Html Css Color HEX #114792 Dark Cerulean

📋 copy color: '#114792'

red 17 ◦ green 71 ◦ blue 146

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

Shades of Dark Cerulean #114792

Tints of Dark Cerulean #114792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 7.26%
G = 30.34%
B = 62.39%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114792 (or 0x114792) is known color: Dark Cerulean. HEX triplet: 11, 47 and 92. RGB value is (17,71,146). Sum of RGB (Red+Green+Blue) = 17+71+146=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #114792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114792 is #EEB86D. Grayscale: #3F3F3F. Windows color (decimal): -15644782 or 9586449. OLE color: 9586449.

HSL color Cylindrical-coordinate representation of color #114792: hue angle of 214.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114792 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 71 146 -
CMYK 0.88 0.51 0 0.43
HSL 214.88º 0.79% 0.32% -
HSV(B) 214.88º 0.88% 0.57% -
XYZ 7.67 6.7 28.08 -
YUV 63.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 17 71 146 0.88 0.51 0 0.43 214.88 0.79 0.32
Hex 11 47 92 58 33 0 2B D7 4F 20
Octal 21 107 222 130 63 0 53 327 117 40
Binary 10001 1000111 10010010 1011000 110011 0 101011 11010111 1001111 100000

Color Harmonies of #114792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114792

Black with #114792

Text Example


Text Example

White with #114792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114792; }

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

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

background-color css

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

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

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

border-color css

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

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

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