Html Css Color HEX #1170AB Cerulean

📋 copy color: '#1170AB'

red 17 ◦ green 112 ◦ blue 171

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

Shades of Cerulean #1170AB

Tints of Cerulean #1170AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 5.67%
G = 37.33%
B = 57%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1170AB (or 0x1170AB) is known color: Cerulean. HEX triplet: 11, 70 and AB. RGB value is (17,112,171). Sum of RGB (Red+Green+Blue) = 17+112+171=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #1170AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1170AB is #EE8F54. Grayscale: #595959. Windows color (decimal): -15634261 or 11235345. OLE color: 11235345.

HSL color Cylindrical-coordinate representation of color #1170AB: hue angle of 202.99º 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 #1170AB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 112 171 -
CMYK 0.90 0.35 0 0.33
HSL 202.99º 0.82% 0.37% -
HSV(B) 202.99º 0.9% 0.67% -
XYZ 13.38 14.65 40.65 -
YUV 90.32 173.53 75.7 -
System Red Green Blue C M Y K H S L
Decimal 17 112 171 0.90 0.35 0 0.33 202.99 0.82 0.37
Hex 11 70 AB 5A 23 0 21 CB 52 25
Octal 21 160 253 132 43 0 41 313 122 45
Binary 10001 1110000 10101011 1011010 100011 0 100001 11001011 1010010 100101

Color Harmonies of #1170AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170AB

Black with #1170AB

Text Example


Text Example

White with #1170AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1170AB; }

 p { color: rgb(17,112,171); }

 H1.HeaderClassName
 {
   color: #1170AB;
 }
 .AnyTagClassName
 {
   color: #1170AB;
 }
</style>

background-color css

<style>
 a { background-color: #1170AB; }

 a { background-color: rgb(17,112,171); }

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

border-color css

<style>
 span { border-color: #1170AB; }

 span { border-color: rgb(17,112,171); }

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