Html Css Color HEX #1172AA Cerulean

📋 copy color: '#1172AA'

red 17 ◦ green 114 ◦ blue 170

#1172AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1172AA

Tints of Cerulean #1172AA

RGB

 RED value IS 17 (7.03% from 255) = 5.65%

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 5.65%
G = 37.87%
B = 56.48%

CMYK

 C value IS 0.9

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1172AA (or 0x1172AA) is known color: Cerulean. HEX triplet: 11, 72 and AA. RGB value is (17,114,170). Sum of RGB (Red+Green+Blue) = 17+114+170=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #1172AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1172AA is #EE8D55. Grayscale: #5B5B5B. Windows color (decimal): -15633750 or 11170321. OLE color: 11170321.

HSL color Cylindrical-coordinate representation of color #1172AA: hue angle of 201.96º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1172AA is Cyan = 0.9, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 114 170 -
CMYK 0.9 0.33 0 0.33
HSL 201.96º 0.82% 0.37% -
HSV(B) 201.96º 0.9% 0.67% -
XYZ 13.5 15.06 40.22 -
YUV 91.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 17 114 170 0.9 0.33 0 0.33 201.96 0.82 0.37
Hex 11 72 AA 5A 21 0 21 CA 52 25
Octal 21 162 252 132 41 0 41 312 122 45
Binary 10001 1110010 10101010 1011010 100001 0 100001 11001010 1010010 100101

Color Harmonies of #1172AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172AA

Black with #1172AA

Text Example


Text Example

White with #1172AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,114,170); }

 H1.HeaderClassName
 {
   color: #1172AA;
 }
 .AnyTagClassName
 {
   color: #1172AA;
 }
</style>

background-color css

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

 a { background-color: rgb(17,114,170); }

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

border-color css

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

 span { border-color: rgb(17,114,170); }

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