Html Css Color HEX #114074 Dark Cerulean

📋 copy color: '#114074'

red 17 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #114074

Tints of Dark Cerulean #114074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 8.63%
G = 32.49%
B = 58.88%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114074 (or 0x114074) is known color: Dark Cerulean. HEX triplet: 11, 40 and 74. RGB value is (17,64,116). Sum of RGB (Red+Green+Blue) = 17+64+116=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #114074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114074 is #EEBF8B. Grayscale: #373737. Windows color (decimal): -15646604 or 7618577. OLE color: 7618577.

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

Color convert

RGB 17 64 116 -
CMYK 0.85 0.45 0 0.55
HSL 211.52º 0.74% 0.26% -
HSV(B) 211.52º 0.85% 0.45% -
XYZ 5.22 5.05 17.22 -
YUV 55.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 17 64 116 0.85 0.45 0 0.55 211.52 0.74 0.26
Hex 11 40 74 55 2D 0 37 D4 4A 1A
Octal 21 100 164 125 55 0 67 324 112 32
Binary 10001 1000000 1110100 1010101 101101 0 110111 11010100 1001010 11010

Color Harmonies of #114074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114074

Black with #114074

Text Example


Text Example

White with #114074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114074; }

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

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

background-color css

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

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

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

border-color css

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

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

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