Html Css Color HEX #114491 Dark Cerulean

📋 copy color: '#114491'

red 17 ◦ green 68 ◦ blue 145

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

Shades of Dark Cerulean #114491

Tints of Dark Cerulean #114491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 7.39%
G = 29.57%
B = 63.04%

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

#114491 (or 0x114491) is known color: Dark Cerulean. HEX triplet: 11, 44 and 91. RGB value is (17,68,145). Sum of RGB (Red+Green+Blue) = 17+68+145=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #114491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114491 is #EEBB6E. Grayscale: #3D3D3D. Windows color (decimal): -15645551 or 9520145. OLE color: 9520145.

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

Color convert

RGB 17 68 145 -
CMYK 0.88 0.53 0 0.43
HSL 216.09º 0.79% 0.32% -
HSV(B) 216.09º 0.88% 0.57% -
XYZ 7.41 6.3 27.61 -
YUV 61.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 17 68 145 0.88 0.53 0 0.43 216.09 0.79 0.32
Hex 11 44 91 58 35 0 2B D8 4F 20
Octal 21 104 221 130 65 0 53 330 117 40
Binary 10001 1000100 10010001 1011000 110101 0 101011 11011000 1001111 100000

Color Harmonies of #114491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114491

Black with #114491

Text Example


Text Example

White with #114491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114491; }

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

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

background-color css

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

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

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

border-color css

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

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

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