Html Css Color HEX #114C95 Dark Cerulean

📋 copy color: '#114C95'

red 17 ◦ green 76 ◦ blue 149

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

Shades of Dark Cerulean #114C95

Tints of Dark Cerulean #114C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 7.02%
G = 31.4%
B = 61.57%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114C95 (or 0x114C95) is known color: Dark Cerulean. HEX triplet: 11, 4C and 95. RGB value is (17,76,149). Sum of RGB (Red+Green+Blue) = 17+76+149=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #114C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C95 is #EEB36A. Grayscale: #424242. Windows color (decimal): -15643499 or 9784337. OLE color: 9784337.

HSL color Cylindrical-coordinate representation of color #114C95: hue angle of 213.18º 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 #114C95 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 76 149 -
CMYK 0.89 0.49 0 0.42
HSL 213.18º 0.8% 0.33% -
HSV(B) 213.18º 0.89% 0.58% -
XYZ 8.24 7.46 29.44 -
YUV 66.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 17 76 149 0.89 0.49 0 0.42 213.18 0.8 0.33
Hex 11 4C 95 59 31 0 2A D5 50 21
Octal 21 114 225 131 61 0 52 325 120 41
Binary 10001 1001100 10010101 1011001 110001 0 101010 11010101 1010000 100001

Color Harmonies of #114C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C95

Black with #114C95

Text Example


Text Example

White with #114C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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