Html Css Color HEX #114892 Dark Cerulean

📋 copy color: '#114892'

red 17 ◦ green 72 ◦ blue 146

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

Shades of Dark Cerulean #114892

Tints of Dark Cerulean #114892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 7.23%
G = 30.64%
B = 62.13%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114892 (or 0x114892) is known color: Dark Cerulean. HEX triplet: 11, 48 and 92. RGB value is (17,72,146). Sum of RGB (Red+Green+Blue) = 17+72+146=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #114892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114892 is #EEB76D. Grayscale: #3F3F3F. Windows color (decimal): -15644526 or 9586705. OLE color: 9586705.

HSL color Cylindrical-coordinate representation of color #114892: hue angle of 214.42º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114892 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 72 146 -
CMYK 0.88 0.51 0 0.43
HSL 214.42º 0.79% 0.32% -
HSV(B) 214.42º 0.88% 0.57% -
XYZ 7.74 6.83 28.1 -
YUV 63.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 17 72 146 0.88 0.51 0 0.43 214.42 0.79 0.32
Hex 11 48 92 58 33 0 2B D6 4F 20
Octal 21 110 222 130 63 0 53 326 117 40
Binary 10001 1001000 10010010 1011000 110011 0 101011 11010110 1001111 100000

Color Harmonies of #114892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114892

Black with #114892

Text Example


Text Example

White with #114892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114892; }

 p { color: rgb(17,72,146); }

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

background-color css

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

 a { background-color: rgb(17,72,146); }

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

border-color css

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

 span { border-color: rgb(17,72,146); }

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