Html Css Color HEX #116AA4 Cerulean

📋 copy color: '#116AA4'

red 17 ◦ green 106 ◦ blue 164

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

Shades of Cerulean #116AA4

Tints of Cerulean #116AA4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

 BLUE value IS 164 (64.45% from 255) = 57.14%

R = 5.92%
G = 36.93%
B = 57.14%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#116AA4 (or 0x116AA4) is known color: Cerulean. HEX triplet: 11, 6A and A4. RGB value is (17,106,164). Sum of RGB (Red+Green+Blue) = 17+106+164=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #116AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AA4 is #EE955B. Grayscale: #555555. Windows color (decimal): -15635804 or 10775057. OLE color: 10775057.

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

Color convert

RGB 17 106 164 -
CMYK 0.90 0.35 0 0.36
HSL 203.67º 0.81% 0.35% -
HSV(B) 203.67º 0.9% 0.64% -
XYZ 12.09 13.11 37.01 -
YUV 86 172.01 78.78 -
System Red Green Blue C M Y K H S L
Decimal 17 106 164 0.90 0.35 0 0.36 203.67 0.81 0.35
Hex 11 6A A4 5A 23 0 24 CC 51 23
Octal 21 152 244 132 43 0 44 314 121 43
Binary 10001 1101010 10100100 1011010 100011 0 100100 11001100 1010001 100011

Color Harmonies of #116AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AA4

Black with #116AA4

Text Example


Text Example

White with #116AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116AA4; }

 p { color: rgb(17,106,164); }

 H1.HeaderClassName
 {
   color: #116AA4;
 }
 .AnyTagClassName
 {
   color: #116AA4;
 }
</style>

background-color css

<style>
 a { background-color: #116AA4; }

 a { background-color: rgb(17,106,164); }

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

border-color css

<style>
 span { border-color: #116AA4; }

 span { border-color: rgb(17,106,164); }

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