Html Css Color HEX #114691 Dark Cerulean

📋 copy color: '#114691'

red 17 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #114691

Tints of Dark Cerulean #114691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

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

R = 7.33%
G = 30.17%
B = 62.5%

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

#114691 (or 0x114691) is known color: Dark Cerulean. HEX triplet: 11, 46 and 91. RGB value is (17,70,145). Sum of RGB (Red+Green+Blue) = 17+70+145=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #114691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114691 is #EEB96E. Grayscale: #3E3E3E. Windows color (decimal): -15645039 or 9520657. OLE color: 9520657.

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

Color convert

RGB 17 70 145 -
CMYK 0.88 0.52 0 0.43
HSL 215.16º 0.79% 0.32% -
HSV(B) 215.16º 0.88% 0.57% -
XYZ 7.53 6.54 27.65 -
YUV 62.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 17 70 145 0.88 0.52 0 0.43 215.16 0.79 0.32
Hex 11 46 91 58 34 0 2B D7 4F 20
Octal 21 106 221 130 64 0 53 327 117 40
Binary 10001 1000110 10010001 1011000 110100 0 101011 11010111 1001111 100000

Color Harmonies of #114691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114691

Black with #114691

Text Example


Text Example

White with #114691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114691; }

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

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

background-color css

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

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

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

border-color css

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

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

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