Html Css Color HEX #114994 Dark Cerulean

📋 copy color: '#114994'

red 17 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #114994

Tints of Dark Cerulean #114994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.18%

R = 7.14%
G = 30.67%
B = 62.18%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114994 (or 0x114994) is known color: Dark Cerulean. HEX triplet: 11, 49 and 94. RGB value is (17,73,148). Sum of RGB (Red+Green+Blue) = 17+73+148=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #114994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114994 is #EEB66B. Grayscale: #404040. Windows color (decimal): -15644268 or 9718033. OLE color: 9718033.

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

Color convert

RGB 17 73 148 -
CMYK 0.89 0.51 0 0.42
HSL 214.35º 0.79% 0.32% -
HSV(B) 214.35º 0.89% 0.58% -
XYZ 7.96 7.02 28.95 -
YUV 64.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 17 73 148 0.89 0.51 0 0.42 214.35 0.79 0.32
Hex 11 49 94 59 33 0 2A D6 4F 20
Octal 21 111 224 131 63 0 52 326 117 40
Binary 10001 1001001 10010100 1011001 110011 0 101010 11010110 1001111 100000

Color Harmonies of #114994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114994

Black with #114994

Text Example


Text Example

White with #114994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114994; }

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

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

background-color css

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

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

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

border-color css

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

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

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