Html Css Color HEX #114780 Dark Cerulean

📋 copy color: '#114780'

red 17 ◦ green 71 ◦ blue 128

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

Shades of Dark Cerulean #114780

Tints of Dark Cerulean #114780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

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

R = 7.87%
G = 32.87%
B = 59.26%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#114780 (or 0x114780) is known color: Dark Cerulean. HEX triplet: 11, 47 and 80. RGB value is (17,71,128). Sum of RGB (Red+Green+Blue) = 17+71+128=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #114780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114780 is #EEB87F. Grayscale: #3D3D3D. Windows color (decimal): -15644800 or 8406801. OLE color: 8406801.

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

Color convert

RGB 17 71 128 -
CMYK 0.87 0.45 0 0.50
HSL 210.81º 0.77% 0.28% -
HSV(B) 210.81º 0.87% 0.5% -
XYZ 6.38 6.18 21.28 -
YUV 61.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 17 71 128 0.87 0.45 0 0.50 210.81 0.77 0.28
Hex 11 47 80 57 2D 0 32 D3 4D 1C
Octal 21 107 200 127 55 0 62 323 115 34
Binary 10001 1000111 10000000 1010111 101101 0 110010 11010011 1001101 11100

Color Harmonies of #114780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114780

Black with #114780

Text Example


Text Example

White with #114780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114780; }

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

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

background-color css

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

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

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

border-color css

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

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

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