Html Css Color HEX #114272 Dark Cerulean

📋 copy color: '#114272'

red 17 ◦ green 66 ◦ blue 114

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

Shades of Dark Cerulean #114272

Tints of Dark Cerulean #114272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 8.63%
G = 33.5%
B = 57.87%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114272 (or 0x114272) is known color: Dark Cerulean. HEX triplet: 11, 42 and 72. RGB value is (17,66,114). Sum of RGB (Red+Green+Blue) = 17+66+114=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #114272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114272 is #EEBD8D. Grayscale: #383838. Windows color (decimal): -15646094 or 7488017. OLE color: 7488017.

HSL color Cylindrical-coordinate representation of color #114272: hue angle of 209.69º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114272 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 66 114 -
CMYK 0.85 0.42 0 0.55
HSL 209.69º 0.74% 0.26% -
HSV(B) 209.69º 0.85% 0.45% -
XYZ 5.22 5.23 16.65 -
YUV 56.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 17 66 114 0.85 0.42 0 0.55 209.69 0.74 0.26
Hex 11 42 72 55 2A 0 37 D2 4A 1A
Octal 21 102 162 125 52 0 67 322 112 32
Binary 10001 1000010 1110010 1010101 101010 0 110111 11010010 1001010 11010

Color Harmonies of #114272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114272

Black with #114272

Text Example


Text Example

White with #114272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114272; }

 p { color: rgb(17,66,114); }

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

background-color css

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

 a { background-color: rgb(17,66,114); }

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

border-color css

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

 span { border-color: rgb(17,66,114); }

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