Html Css Color HEX #114372 Dark Cerulean

📋 copy color: '#114372'

red 17 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #114372

Tints of Dark Cerulean #114372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.84%

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

R = 8.59%
G = 33.84%
B = 57.58%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114372 (or 0x114372) is known color: Dark Cerulean. HEX triplet: 11, 43 and 72. RGB value is (17,67,114). Sum of RGB (Red+Green+Blue) = 17+67+114=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #114372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114372 is #EEBC8D. Grayscale: #393939. Windows color (decimal): -15645838 or 7488273. OLE color: 7488273.

HSL color Cylindrical-coordinate representation of color #114372: hue angle of 209.07º 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 #114372 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 67 114 -
CMYK 0.85 0.41 0 0.55
HSL 209.07º 0.74% 0.26% -
HSV(B) 209.07º 0.85% 0.45% -
XYZ 5.28 5.35 16.67 -
YUV 57.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 17 67 114 0.85 0.41 0 0.55 209.07 0.74 0.26
Hex 11 43 72 55 29 0 37 D1 4A 1A
Octal 21 103 162 125 51 0 67 321 112 32
Binary 10001 1000011 1110010 1010101 101001 0 110111 11010001 1001010 11010

Color Harmonies of #114372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114372

Black with #114372

Text Example


Text Example

White with #114372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114372; }

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

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

background-color css

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

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

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

border-color css

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

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

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