Html Css Color HEX #1170A7 Cerulean

📋 copy color: '#1170A7'

red 17 ◦ green 112 ◦ blue 167

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

Shades of Cerulean #1170A7

Tints of Cerulean #1170A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.42%

R = 5.74%
G = 37.84%
B = 56.42%

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

#1170A7 (or 0x1170A7) is known color: Cerulean. HEX triplet: 11, 70 and A7. RGB value is (17,112,167). Sum of RGB (Red+Green+Blue) = 17+112+167=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #1170A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1170A7 is #EE8F58. Grayscale: #595959. Windows color (decimal): -15634265 or 10973201. OLE color: 10973201.

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

Color convert

RGB 17 112 167 -
CMYK 0.90 0.33 0 0.35
HSL 202º 0.82% 0.36% -
HSV(B) 202º 0.9% 0.65% -
XYZ 13 14.5 38.67 -
YUV 89.87 171.53 76.03 -
System Red Green Blue C M Y K H S L
Decimal 17 112 167 0.90 0.33 0 0.35 202 0.82 0.36
Hex 11 70 A7 5A 21 0 23 CA 52 24
Octal 21 160 247 132 41 0 43 312 122 44
Binary 10001 1110000 10100111 1011010 100001 0 100011 11001010 1010010 100100

Color Harmonies of #1170A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170A7

Black with #1170A7

Text Example


Text Example

White with #1170A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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