Html Css Color HEX #114990 Dark Cerulean

📋 copy color: '#114990'

red 17 ◦ green 73 ◦ blue 144

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

Shades of Dark Cerulean #114990

Tints of Dark Cerulean #114990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

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

R = 7.26%
G = 31.2%
B = 61.54%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#114990 (or 0x114990) is known color: Dark Cerulean. HEX triplet: 11, 49 and 90. RGB value is (17,73,144). Sum of RGB (Red+Green+Blue) = 17+73+144=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #114990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114990 is #EEB66F. Grayscale: #404040. Windows color (decimal): -15644272 or 9455889. OLE color: 9455889.

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

Color convert

RGB 17 73 144 -
CMYK 0.88 0.49 0 0.44
HSL 213.54º 0.79% 0.32% -
HSV(B) 213.54º 0.88% 0.56% -
XYZ 7.65 6.9 27.31 -
YUV 64.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 17 73 144 0.88 0.49 0 0.44 213.54 0.79 0.32
Hex 11 49 90 58 31 0 2C D6 4F 20
Octal 21 111 220 130 61 0 54 326 117 40
Binary 10001 1001001 10010000 1011000 110001 0 101100 11010110 1001111 100000

Color Harmonies of #114990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114990

Black with #114990

Text Example


Text Example

White with #114990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114990; }

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

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

background-color css

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

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

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

border-color css

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

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

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