Html Css Color HEX #116DA7 Cerulean

📋 copy color: '#116DA7'

red 17 ◦ green 109 ◦ blue 167

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

Shades of Cerulean #116DA7

Tints of Cerulean #116DA7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

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

R = 5.8%
G = 37.2%
B = 57%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#116DA7 (or 0x116DA7) is known color: Cerulean. HEX triplet: 11, 6D and A7. RGB value is (17,109,167). Sum of RGB (Red+Green+Blue) = 17+109+167=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 167 (65.62% from 255 or 57.00% from 293); Max value from RGB is 167 - color contains mainly: blue. Hex color #116DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA7 is #EE9258. Grayscale: #575757. Windows color (decimal): -15635033 or 10972433. OLE color: 10972433.

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

Color convert

RGB 17 109 167 -
CMYK 0.90 0.35 0 0.35
HSL 203.2º 0.82% 0.36% -
HSV(B) 203.2º 0.9% 0.65% -
XYZ 12.67 13.85 38.56 -
YUV 88.1 172.52 77.28 -
System Red Green Blue C M Y K H S L
Decimal 17 109 167 0.90 0.35 0 0.35 203.2 0.82 0.36
Hex 11 6D A7 5A 23 0 23 CB 52 24
Octal 21 155 247 132 43 0 43 313 122 44
Binary 10001 1101101 10100111 1011010 100011 0 100011 11001011 1010010 100100

Color Harmonies of #116DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DA7

Black with #116DA7

Text Example


Text Example

White with #116DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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