Html Css Color HEX #114592 Dark Cerulean

📋 copy color: '#114592'

red 17 ◦ green 69 ◦ blue 146

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

Shades of Dark Cerulean #114592

Tints of Dark Cerulean #114592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

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

R = 7.33%
G = 29.74%
B = 62.93%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114592 (or 0x114592) is known color: Dark Cerulean. HEX triplet: 11, 45 and 92. RGB value is (17,69,146). Sum of RGB (Red+Green+Blue) = 17+69+146=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #114592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114592 is #EEBA6D. Grayscale: #3D3D3D. Windows color (decimal): -15645294 or 9585937. OLE color: 9585937.

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

Color convert

RGB 17 69 146 -
CMYK 0.88 0.53 0 0.43
HSL 215.81º 0.79% 0.32% -
HSV(B) 215.81º 0.88% 0.57% -
XYZ 7.55 6.45 28.04 -
YUV 62.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 17 69 146 0.88 0.53 0 0.43 215.81 0.79 0.32
Hex 11 45 92 58 35 0 2B D8 4F 20
Octal 21 105 222 130 65 0 53 330 117 40
Binary 10001 1000101 10010010 1011000 110101 0 101011 11011000 1001111 100000

Color Harmonies of #114592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114592

Black with #114592

Text Example


Text Example

White with #114592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114592; }

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

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

background-color css

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

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

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

border-color css

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

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

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