Html Css Color HEX #114172 Dark Cerulean

📋 copy color: '#114172'

red 17 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #114172

Tints of Dark Cerulean #114172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 8.67%
G = 33.16%
B = 58.16%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114172 (or 0x114172) is known color: Dark Cerulean. HEX triplet: 11, 41 and 72. RGB value is (17,65,114). Sum of RGB (Red+Green+Blue) = 17+65+114=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #114172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114172 is #EEBE8D. Grayscale: #373737. Windows color (decimal): -15646350 or 7487761. OLE color: 7487761.

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

Color convert

RGB 17 65 114 -
CMYK 0.85 0.43 0 0.55
HSL 210.31º 0.74% 0.26% -
HSV(B) 210.31º 0.85% 0.45% -
XYZ 5.16 5.11 16.63 -
YUV 56.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 17 65 114 0.85 0.43 0 0.55 210.31 0.74 0.26
Hex 11 41 72 55 2B 0 37 D2 4A 1A
Octal 21 101 162 125 53 0 67 322 112 32
Binary 10001 1000001 1110010 1010101 101011 0 110111 11010010 1001010 11010

Color Harmonies of #114172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114172

Black with #114172

Text Example


Text Example

White with #114172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114172; }

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

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

background-color css

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

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

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

border-color css

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

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

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