Html Css Color HEX #114392 Dark Cerulean

📋 copy color: '#114392'

red 17 ◦ green 67 ◦ blue 146

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

Shades of Dark Cerulean #114392

Tints of Dark Cerulean #114392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 7.39%
G = 29.13%
B = 63.48%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114392 (or 0x114392) is known color: Dark Cerulean. HEX triplet: 11, 43 and 92. RGB value is (17,67,146). Sum of RGB (Red+Green+Blue) = 17+67+146=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #114392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114392 is #EEBC6D. Grayscale: #3C3C3C. Windows color (decimal): -15645806 or 9585425. OLE color: 9585425.

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

Color convert

RGB 17 67 146 -
CMYK 0.88 0.54 0 0.43
HSL 216.74º 0.79% 0.32% -
HSV(B) 216.74º 0.88% 0.57% -
XYZ 7.43 6.21 28 -
YUV 61.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 17 67 146 0.88 0.54 0 0.43 216.74 0.79 0.32
Hex 11 43 92 58 36 0 2B D9 4F 20
Octal 21 103 222 130 66 0 53 331 117 40
Binary 10001 1000011 10010010 1011000 110110 0 101011 11011001 1001111 100000

Color Harmonies of #114392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114392

Black with #114392

Text Example


Text Example

White with #114392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114392; }

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

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

background-color css

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

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

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

border-color css

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

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

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