Html Css Color HEX #114585 Dark Cerulean

📋 copy color: '#114585'

red 17 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #114585

Tints of Dark Cerulean #114585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 7.76%
G = 31.51%
B = 60.73%

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

#114585 (or 0x114585) is known color: Dark Cerulean. HEX triplet: 11, 45 and 85. RGB value is (17,69,133). Sum of RGB (Red+Green+Blue) = 17+69+133=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #114585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114585 is #EEBA7A. Grayscale: #3C3C3C. Windows color (decimal): -15645307 or 8733969. OLE color: 8733969.

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

Color convert

RGB 17 69 133 -
CMYK 0.87 0.48 0 0.48
HSL 213.1º 0.77% 0.29% -
HSV(B) 213.1º 0.87% 0.52% -
XYZ 6.59 6.07 23.01 -
YUV 60.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 17 69 133 0.87 0.48 0 0.48 213.1 0.77 0.29
Hex 11 45 85 57 30 0 30 D5 4D 1D
Octal 21 105 205 127 60 0 60 325 115 35
Binary 10001 1000101 10000101 1010111 110000 0 110000 11010101 1001101 11101

Color Harmonies of #114585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114585

Black with #114585

Text Example


Text Example

White with #114585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114585; }

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

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

background-color css

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

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

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

border-color css

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

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

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