Html Css Color HEX #114795 Dark Cerulean

📋 copy color: '#114795'

red 17 ◦ green 71 ◦ blue 149

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

Shades of Dark Cerulean #114795

Tints of Dark Cerulean #114795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 7.17%
G = 29.96%
B = 62.87%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114795 (or 0x114795) is known color: Dark Cerulean. HEX triplet: 11, 47 and 95. RGB value is (17,71,149). Sum of RGB (Red+Green+Blue) = 17+71+149=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #114795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114795 is #EEB86A. Grayscale: #3F3F3F. Windows color (decimal): -15644779 or 9783057. OLE color: 9783057.

HSL color Cylindrical-coordinate representation of color #114795: hue angle of 215.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114795 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 71 149 -
CMYK 0.89 0.52 0 0.42
HSL 215.45º 0.8% 0.33% -
HSV(B) 215.45º 0.89% 0.58% -
XYZ 7.91 6.8 29.33 -
YUV 63.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 17 71 149 0.89 0.52 0 0.42 215.45 0.8 0.33
Hex 11 47 95 59 34 0 2A D7 50 21
Octal 21 107 225 131 64 0 52 327 120 41
Binary 10001 1000111 10010101 1011001 110100 0 101010 11010111 1010000 100001

Color Harmonies of #114795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114795

Black with #114795

Text Example


Text Example

White with #114795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114795; }

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

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

background-color css

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

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

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

border-color css

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

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

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