Html Css Color HEX #1170A6 Cerulean

📋 copy color: '#1170A6'

red 17 ◦ green 112 ◦ blue 166

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

Shades of Cerulean #1170A6

Tints of Cerulean #1170A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 56.27%

R = 5.76%
G = 37.97%
B = 56.27%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1170A6 (or 0x1170A6) is known color: Cerulean. HEX triplet: 11, 70 and A6. RGB value is (17,112,166). Sum of RGB (Red+Green+Blue) = 17+112+166=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #1170A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1170A6 is #EE8F59. Grayscale: #595959. Windows color (decimal): -15634266 or 10907665. OLE color: 10907665.

HSL color Cylindrical-coordinate representation of color #1170A6: hue angle of 201.74º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1170A6 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 112 166 -
CMYK 0.90 0.33 0 0.35
HSL 201.75º 0.81% 0.36% -
HSV(B) 201.75º 0.9% 0.65% -
XYZ 12.91 14.46 38.19 -
YUV 89.75 171.03 76.11 -
System Red Green Blue C M Y K H S L
Decimal 17 112 166 0.90 0.33 0 0.35 201.75 0.81 0.36
Hex 11 70 A6 5A 21 0 23 CA 51 24
Octal 21 160 246 132 41 0 43 312 121 44
Binary 10001 1110000 10100110 1011010 100001 0 100011 11001010 1010001 100100

Color Harmonies of #1170A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170A6

Black with #1170A6

Text Example


Text Example

White with #1170A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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