Html Css Color HEX #114993 Dark Cerulean

📋 copy color: '#114993'

red 17 ◦ green 73 ◦ blue 147

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

Shades of Dark Cerulean #114993

Tints of Dark Cerulean #114993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.03%

R = 7.17%
G = 30.8%
B = 62.03%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114993 (or 0x114993) is known color: Dark Cerulean. HEX triplet: 11, 49 and 93. RGB value is (17,73,147). Sum of RGB (Red+Green+Blue) = 17+73+147=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #114993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114993 is #EEB66C. Grayscale: #404040. Windows color (decimal): -15644269 or 9652497. OLE color: 9652497.

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

Color convert

RGB 17 73 147 -
CMYK 0.88 0.50 0 0.42
HSL 214.15º 0.79% 0.32% -
HSV(B) 214.15º 0.88% 0.58% -
XYZ 7.88 6.99 28.54 -
YUV 64.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 17 73 147 0.88 0.50 0 0.42 214.15 0.79 0.32
Hex 11 49 93 58 32 0 2A D6 4F 20
Octal 21 111 223 130 62 0 52 326 117 40
Binary 10001 1001001 10010011 1011000 110010 0 101010 11010110 1001111 100000

Color Harmonies of #114993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114993

Black with #114993

Text Example


Text Example

White with #114993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114993; }

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

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

background-color css

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

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

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

border-color css

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

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

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