Html Css Color HEX #114D95 Dark Cerulean

📋 copy color: '#114D95'

red 17 ◦ green 77 ◦ blue 149

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

Shades of Dark Cerulean #114D95

Tints of Dark Cerulean #114D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

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

R = 7%
G = 31.69%
B = 61.32%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114D95 (or 0x114D95) is known color: Dark Cerulean. HEX triplet: 11, 4D and 95. RGB value is (17,77,149). Sum of RGB (Red+Green+Blue) = 17+77+149=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #114D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D95 is #EEB26A. Grayscale: #424242. Windows color (decimal): -15643243 or 9784593. OLE color: 9784593.

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

Color convert

RGB 17 77 149 -
CMYK 0.89 0.48 0 0.42
HSL 212.73º 0.8% 0.33% -
HSV(B) 212.73º 0.89% 0.58% -
XYZ 8.31 7.6 29.46 -
YUV 67.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 17 77 149 0.89 0.48 0 0.42 212.73 0.8 0.33
Hex 11 4D 95 59 30 0 2A D5 50 21
Octal 21 115 225 131 60 0 52 325 120 41
Binary 10001 1001101 10010101 1011001 110000 0 101010 11010101 1010000 100001

Color Harmonies of #114D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D95

Black with #114D95

Text Example


Text Example

White with #114D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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