#1C7CAA

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

Shades of Cerulean #1C7CAA

Tints of Cerulean #1C7CAA

Color information

#1C7CAA (or 0x1C7CAA) is unknown color: approx Cerulean. HEX triplet: 1C, 7C and AA. RGB value is (28,124,170). Sum of RGB (Red+Green+Blue) = 28+124+170=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C7CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7CAA is #E38355. Grayscale: #646464. Windows color (decimal): -14910294 or 11172892. OLE color: 11172892.

HSL color Cylindrical-coordinate representation of color #1C7CAA: hue angle of 199.44º 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 #1C7CAA is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28124170-
CMYK0.840.2700.33
HSL199.44º71.72%38.82%-
HSV(B)199.44º83.53%66.67%-
XYZ14.9417.5640.63-
YUV100.54167.276.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.70%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=8.70%
G=38.51%
B=52.80%

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
Decimal281241700.840.2700.33199.4471.7238.82
Hex1C7CAA541B021c74827
Octal341742521243304130711047
Binary111001111100101010101010100110110100001110001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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