Html Css Color HEX #114973 Dark Cerulean

📋 copy color: '#114973'

red 17 ◦ green 73 ◦ blue 115

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

Shades of Dark Cerulean #114973

Tints of Dark Cerulean #114973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 8.29%
G = 35.61%
B = 56.1%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114973 (or 0x114973) is known color: Dark Cerulean. HEX triplet: 11, 49 and 73. RGB value is (17,73,115). Sum of RGB (Red+Green+Blue) = 17+73+115=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #114973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114973 is #EEB68C. Grayscale: #3C3C3C. Windows color (decimal): -15644301 or 7555345. OLE color: 7555345.

HSL color Cylindrical-coordinate representation of color #114973: hue angle of 205.71º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114973 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 73 115 -
CMYK 0.85 0.37 0 0.55
HSL 205.71º 0.74% 0.26% -
HSV(B) 205.71º 0.85% 0.45% -
XYZ 5.71 6.12 17.1 -
YUV 61.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 17 73 115 0.85 0.37 0 0.55 205.71 0.74 0.26
Hex 11 49 73 55 25 0 37 CE 4A 1A
Octal 21 111 163 125 45 0 67 316 112 32
Binary 10001 1001001 1110011 1010101 100101 0 110111 11001110 1001010 11010

Color Harmonies of #114973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114973

Black with #114973

Text Example


Text Example

White with #114973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114973; }

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

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

background-color css

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

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

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

border-color css

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

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

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