#1C7CAB

Color #1C7CAB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1C7CAB

Tints of Cerulean #1C7CAB

Color information

#1C7CAB (or 0x1C7CAB) is unknown color: approx Cerulean. HEX triplet: 1C, 7C and AB. RGB value is (28,124,171). Sum of RGB (Red+Green+Blue) = 28+124+171=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C7CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7CAB is #E38354. Grayscale: #646464. Windows color (decimal): -14910293 or 11238428. OLE color: 11238428.

HSL color Cylindrical-coordinate representation of color #1C7CAB: hue angle of 199.72º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7CAB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28124171-
CMYK0.840.2700.33
HSL199.72º71.86%39.02%-
HSV(B)199.72º83.63%67.06%-
XYZ15.0417.641.13-
YUV100.65167.776.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 8.67%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=8.67%
G=38.39%
B=52.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281241710.840.2700.33199.7271.8639.02
Hex1C7CAB541B021c84827
Octal341742531243304131011047
Binary111001111100101010111010100110110100001110010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7CAB; }

 p { color: rgb(28,124,171); }

 H1.HeaderClassName
 {
   color: #1C7CAB;
 }
 .AnyTagClassName
 {
   color: #1C7CAB;
 }
</style>
background-color css

<style>
 a { background-color: #1C7CAB; }

 a { background-color: rgb(28,124,171); }

 div.DivClassName
 {
   background-color: #1C7CAB;
 }
 .BgClassName
 {
   background-color: #1C7CAB;
 }
</style>
border-color css

<style>
 span { border-color: #1C7CAB; }

 span { border-color: rgb(28,124,171); }

 td.TdClassName
 {
   border-color: #1C7CAB;
 }
 .TagClassName
 {
   border-color: #1C7CAB;
 }
</style>