Html Css Color HEX #114582 Dark Cerulean

📋 copy color: '#114582'

red 17 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #114582

Tints of Dark Cerulean #114582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.19%

R = 7.87%
G = 31.94%
B = 60.19%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#114582 (or 0x114582) is known color: Dark Cerulean. HEX triplet: 11, 45 and 82. RGB value is (17,69,130). Sum of RGB (Red+Green+Blue) = 17+69+130=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #114582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114582 is #EEBA7D. Grayscale: #3C3C3C. Windows color (decimal): -15645310 or 8537361. OLE color: 8537361.

HSL color Cylindrical-coordinate representation of color #114582: hue angle of 212.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114582 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 69 130 -
CMYK 0.87 0.47 0 0.49
HSL 212.39º 0.77% 0.29% -
HSV(B) 212.39º 0.87% 0.51% -
XYZ 6.39 5.99 21.94 -
YUV 60.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 17 69 130 0.87 0.47 0 0.49 212.39 0.77 0.29
Hex 11 45 82 57 2F 0 31 D4 4D 1D
Octal 21 105 202 127 57 0 61 324 115 35
Binary 10001 1000101 10000010 1010111 101111 0 110001 11010100 1001101 11101

Color Harmonies of #114582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114582

Black with #114582

Text Example


Text Example

White with #114582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114582; }

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

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

background-color css

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

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

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

border-color css

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

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

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