Html Css Color HEX #114391 Dark Cerulean

📋 copy color: '#114391'

red 17 ◦ green 67 ◦ blue 145

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

Shades of Dark Cerulean #114391

Tints of Dark Cerulean #114391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.32%

R = 7.42%
G = 29.26%
B = 63.32%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114391 (or 0x114391) is known color: Dark Cerulean. HEX triplet: 11, 43 and 91. RGB value is (17,67,145). Sum of RGB (Red+Green+Blue) = 17+67+145=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #114391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114391 is #EEBC6E. Grayscale: #3C3C3C. Windows color (decimal): -15645807 or 9519889. OLE color: 9519889.

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

Color convert

RGB 17 67 145 -
CMYK 0.88 0.54 0 0.43
HSL 216.56º 0.79% 0.32% -
HSV(B) 216.56º 0.88% 0.57% -
XYZ 7.35 6.18 27.59 -
YUV 60.94 175.44 96.66 -
System Red Green Blue C M Y K H S L
Decimal 17 67 145 0.88 0.54 0 0.43 216.56 0.79 0.32
Hex 11 43 91 58 36 0 2B D9 4F 20
Octal 21 103 221 130 66 0 53 331 117 40
Binary 10001 1000011 10010001 1011000 110110 0 101011 11011001 1001111 100000

Color Harmonies of #114391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114391

Black with #114391

Text Example


Text Example

White with #114391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114391; }

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

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

background-color css

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

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

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

border-color css

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

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

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