Html Css Color HEX #114070 Dark Cerulean

📋 copy color: '#114070'

red 17 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #114070

Tints of Dark Cerulean #114070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 8.81%
G = 33.16%
B = 58.03%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#114070 (or 0x114070) is known color: Dark Cerulean. HEX triplet: 11, 40 and 70. RGB value is (17,64,112). Sum of RGB (Red+Green+Blue) = 17+64+112=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #114070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114070 is #EEBF8F. Grayscale: #373737. Windows color (decimal): -15646608 or 7356433. OLE color: 7356433.

HSL color Cylindrical-coordinate representation of color #114070: hue angle of 210.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114070 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 64 112 -
CMYK 0.85 0.43 0 0.56
HSL 210.32º 0.74% 0.25% -
HSV(B) 210.32º 0.85% 0.44% -
XYZ 4.99 4.96 16.02 -
YUV 55.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 17 64 112 0.85 0.43 0 0.56 210.32 0.74 0.25
Hex 11 40 70 55 2B 0 38 D2 4A 19
Octal 21 100 160 125 53 0 70 322 112 31
Binary 10001 1000000 1110000 1010101 101011 0 111000 11010010 1001010 11001

Color Harmonies of #114070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114070

Black with #114070

Text Example


Text Example

White with #114070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114070; }

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

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

background-color css

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

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

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

border-color css

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

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

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