Html Css Color HEX #114974 Dark Cerulean

📋 copy color: '#114974'

red 17 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #114974

Tints of Dark Cerulean #114974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.31%

R = 8.25%
G = 35.44%
B = 56.31%

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

#114974 (or 0x114974) is known color: Dark Cerulean. HEX triplet: 11, 49 and 74. RGB value is (17,73,116). Sum of RGB (Red+Green+Blue) = 17+73+116=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #114974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114974 is #EEB68B. Grayscale: #3C3C3C. Windows color (decimal): -15644300 or 7620881. OLE color: 7620881.

HSL color Cylindrical-coordinate representation of color #114974: hue angle of 206.06º 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 #114974 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 73 116 -
CMYK 0.85 0.37 0 0.55
HSL 206.06º 0.74% 0.26% -
HSV(B) 206.06º 0.85% 0.45% -
XYZ 5.77 6.15 17.41 -
YUV 61.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 17 73 116 0.85 0.37 0 0.55 206.06 0.74 0.26
Hex 11 49 74 55 25 0 37 CE 4A 1A
Octal 21 111 164 125 45 0 67 316 112 32
Binary 10001 1001001 1110100 1010101 100101 0 110111 11001110 1001010 11010

Color Harmonies of #114974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114974

Black with #114974

Text Example


Text Example

White with #114974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114974; }

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

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

background-color css

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

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

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

border-color css

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

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

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