Html Css Color HEX #114080 Dark Cerulean

📋 copy color: '#114080'

red 17 ◦ green 64 ◦ blue 128

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

Shades of Dark Cerulean #114080

Tints of Dark Cerulean #114080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 61.24%

R = 8.13%
G = 30.62%
B = 61.24%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#114080 (or 0x114080) is known color: Dark Cerulean. HEX triplet: 11, 40 and 80. RGB value is (17,64,128). Sum of RGB (Red+Green+Blue) = 17+64+128=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #114080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114080 is #EEBF7F. Grayscale: #383838. Windows color (decimal): -15646592 or 8405009. OLE color: 8405009.

HSL color Cylindrical-coordinate representation of color #114080: hue angle of 214.59º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114080 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 64 128 -
CMYK 0.87 0.5 0 0.50
HSL 214.59º 0.77% 0.28% -
HSV(B) 214.59º 0.87% 0.5% -
XYZ 5.96 5.34 21.14 -
YUV 57.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 17 64 128 0.87 0.5 0 0.50 214.59 0.77 0.28
Hex 11 40 80 57 32 0 32 D7 4D 1C
Octal 21 100 200 127 62 0 62 327 115 34
Binary 10001 1000000 10000000 1010111 110010 0 110010 11010111 1001101 11100

Color Harmonies of #114080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114080

Black with #114080

Text Example


Text Example

White with #114080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114080; }

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

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

background-color css

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

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

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

border-color css

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

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

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