Html Css Color HEX #114490 Dark Cerulean

📋 copy color: '#114490'

red 17 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #114490

Tints of Dark Cerulean #114490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 7.42%
G = 29.69%
B = 62.88%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#114490 (or 0x114490) is known color: Dark Cerulean. HEX triplet: 11, 44 and 90. RGB value is (17,68,144). Sum of RGB (Red+Green+Blue) = 17+68+144=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #114490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114490 is #EEBB6F. Grayscale: #3D3D3D. Windows color (decimal): -15645552 or 9454609. OLE color: 9454609.

HSL color Cylindrical-coordinate representation of color #114490: hue angle of 215.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114490 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 68 144 -
CMYK 0.88 0.53 0 0.44
HSL 215.91º 0.79% 0.32% -
HSV(B) 215.91º 0.88% 0.56% -
XYZ 7.33 6.27 27.21 -
YUV 61.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 17 68 144 0.88 0.53 0 0.44 215.91 0.79 0.32
Hex 11 44 90 58 35 0 2C D8 4F 20
Octal 21 104 220 130 65 0 54 330 117 40
Binary 10001 1000100 10010000 1011000 110101 0 101100 11011000 1001111 100000

Color Harmonies of #114490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114490

Black with #114490

Text Example


Text Example

White with #114490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114490; }

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

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

background-color css

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

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

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

border-color css

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

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

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