Html Css Color HEX #114591 Dark Cerulean

📋 copy color: '#114591'

red 17 ◦ green 69 ◦ blue 145

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

Shades of Dark Cerulean #114591

Tints of Dark Cerulean #114591

RGB

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

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

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

R = 7.36%
G = 29.87%
B = 62.77%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114591 (or 0x114591) is known color: Dark Cerulean. HEX triplet: 11, 45 and 91. RGB value is (17,69,145). Sum of RGB (Red+Green+Blue) = 17+69+145=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #114591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114591 is #EEBA6E. Grayscale: #3D3D3D. Windows color (decimal): -15645295 or 9520401. OLE color: 9520401.

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

Color convert

RGB 17 69 145 -
CMYK 0.88 0.52 0 0.43
HSL 215.63º 0.79% 0.32% -
HSV(B) 215.63º 0.88% 0.57% -
XYZ 7.47 6.42 27.63 -
YUV 62.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 17 69 145 0.88 0.52 0 0.43 215.63 0.79 0.32
Hex 11 45 91 58 34 0 2B D8 4F 20
Octal 21 105 221 130 64 0 53 330 117 40
Binary 10001 1000101 10010001 1011000 110100 0 101011 11011000 1001111 100000

Color Harmonies of #114591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114591

Black with #114591

Text Example


Text Example

White with #114591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114591; }

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

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

background-color css

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

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

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

border-color css

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

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

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