Html Css Color HEX #114580 Dark Cerulean

📋 copy color: '#114580'

red 17 ◦ green 69 ◦ blue 128

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

Shades of Dark Cerulean #114580

Tints of Dark Cerulean #114580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 7.94%
G = 32.24%
B = 59.81%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#114580 (or 0x114580) is known color: Dark Cerulean. HEX triplet: 11, 45 and 80. RGB value is (17,69,128). Sum of RGB (Red+Green+Blue) = 17+69+128=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #114580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114580 is #EEBA7F. Grayscale: #3B3B3B. Windows color (decimal): -15645312 or 8406289. OLE color: 8406289.

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

Color convert

RGB 17 69 128 -
CMYK 0.87 0.46 0 0.50
HSL 211.89º 0.77% 0.28% -
HSV(B) 211.89º 0.87% 0.5% -
XYZ 6.26 5.93 21.24 -
YUV 60.18 166.27 97.2 -
System Red Green Blue C M Y K H S L
Decimal 17 69 128 0.87 0.46 0 0.50 211.89 0.77 0.28
Hex 11 45 80 57 2E 0 32 D4 4D 1C
Octal 21 105 200 127 56 0 62 324 115 34
Binary 10001 1000101 10000000 1010111 101110 0 110010 11010100 1001101 11100

Color Harmonies of #114580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114580

Black with #114580

Text Example


Text Example

White with #114580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114580; }

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

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

background-color css

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

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

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

border-color css

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

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

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