Html Css Color HEX #1170AC Cerulean

📋 copy color: '#1170AC'

red 17 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #1170AC

Tints of Cerulean #1170AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 5.65%
G = 37.21%
B = 57.14%

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

#1170AC (or 0x1170AC) is known color: Cerulean. HEX triplet: 11, 70 and AC. RGB value is (17,112,172). Sum of RGB (Red+Green+Blue) = 17+112+172=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #1170AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1170AC is #EE8F53. Grayscale: #5A5A5A. Windows color (decimal): -15634260 or 11300881. OLE color: 11300881.

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

Color convert

RGB 17 112 172 -
CMYK 0.90 0.35 0 0.33
HSL 203.23º 0.82% 0.37% -
HSV(B) 203.23º 0.9% 0.67% -
XYZ 13.47 14.69 41.15 -
YUV 90.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 17 112 172 0.90 0.35 0 0.33 203.23 0.82 0.37
Hex 11 70 AC 5A 23 0 21 CB 52 25
Octal 21 160 254 132 43 0 41 313 122 45
Binary 10001 1110000 10101100 1011010 100011 0 100001 11001011 1010010 100101

Color Harmonies of #1170AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170AC

Black with #1170AC

Text Example


Text Example

White with #1170AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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