#1675AA

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

Shades of Cerulean #1675AA

Tints of Cerulean #1675AA

Color information

#1675AA (or 0x1675AA) is unknown color: approx Cerulean. HEX triplet: 16, 75 and AA. RGB value is (22,117,170). Sum of RGB (Red+Green+Blue) = 22+117+170=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #1675AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1675AA is #E98A55. Grayscale: #5E5E5E. Windows color (decimal): -15305302 or 11171094. OLE color: 11171094.

HSL color Cylindrical-coordinate representation of color #1675AA: hue angle of 201.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1675AA is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB22117170-
CMYK0.870.3100.33
HSL201.49º77.08%37.65%-
HSV(B)201.49º87.06%66.67%-
XYZ13.9515.840.34-
YUV94.64170.5376.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=7.12%
G=37.86%
B=55.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221171700.870.3100.33201.4977.0837.65
Hex1675AA571F021c94d26
Octal261652521273704131111546
Binary101101110101101010101010111111110100001110010011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1675AA; }

 p { color: rgb(22,117,170); }

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

<style>
 a { background-color: #1675AA; }

 a { background-color: rgb(22,117,170); }

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

<style>
 span { border-color: #1675AA; }

 span { border-color: rgb(22,117,170); }

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