Html Css Color HEX #114584 Dark Cerulean

📋 copy color: '#114584'

red 17 ◦ green 69 ◦ blue 132

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

Shades of Dark Cerulean #114584

Tints of Dark Cerulean #114584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 7.8%
G = 31.65%
B = 60.55%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#114584 (or 0x114584) is known color: Dark Cerulean. HEX triplet: 11, 45 and 84. RGB value is (17,69,132). Sum of RGB (Red+Green+Blue) = 17+69+132=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #114584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114584 is #EEBA7B. Grayscale: #3C3C3C. Windows color (decimal): -15645308 or 8668433. OLE color: 8668433.

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

Color convert

RGB 17 69 132 -
CMYK 0.87 0.48 0 0.48
HSL 212.87º 0.77% 0.29% -
HSV(B) 212.87º 0.87% 0.52% -
XYZ 6.52 6.04 22.65 -
YUV 60.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 17 69 132 0.87 0.48 0 0.48 212.87 0.77 0.29
Hex 11 45 84 57 30 0 30 D5 4D 1D
Octal 21 105 204 127 60 0 60 325 115 35
Binary 10001 1000101 10000100 1010111 110000 0 110000 11010101 1001101 11101

Color Harmonies of #114584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114584

Black with #114584

Text Example


Text Example

White with #114584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114584; }

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

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

background-color css

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

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

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

border-color css

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

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

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