Html Css Color HEX #114692 Dark Cerulean

📋 copy color: '#114692'

red 17 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #114692

Tints of Dark Cerulean #114692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 7.3%
G = 30.04%
B = 62.66%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114692 (or 0x114692) is known color: Dark Cerulean. HEX triplet: 11, 46 and 92. RGB value is (17,70,146). Sum of RGB (Red+Green+Blue) = 17+70+146=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #114692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114692 is #EEB96D. Grayscale: #3E3E3E. Windows color (decimal): -15645038 or 9586193. OLE color: 9586193.

HSL color Cylindrical-coordinate representation of color #114692: hue angle of 215.35º 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 #114692 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 70 146 -
CMYK 0.88 0.52 0 0.43
HSL 215.35º 0.79% 0.32% -
HSV(B) 215.35º 0.88% 0.57% -
XYZ 7.61 6.57 28.06 -
YUV 62.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 17 70 146 0.88 0.52 0 0.43 215.35 0.79 0.32
Hex 11 46 92 58 34 0 2B D7 4F 20
Octal 21 106 222 130 64 0 53 327 117 40
Binary 10001 1000110 10010010 1011000 110100 0 101011 11010111 1001111 100000

Color Harmonies of #114692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114692

Black with #114692

Text Example


Text Example

White with #114692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114692; }

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

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

background-color css

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

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

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

border-color css

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

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

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