Html Css Color HEX #114690 Dark Cerulean

📋 copy color: '#114690'

red 17 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #114690

Tints of Dark Cerulean #114690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 7.36%
G = 30.3%
B = 62.34%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#114690 (or 0x114690) is known color: Dark Cerulean. HEX triplet: 11, 46 and 90. RGB value is (17,70,144). Sum of RGB (Red+Green+Blue) = 17+70+144=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #114690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114690 is #EEB96F. Grayscale: #3E3E3E. Windows color (decimal): -15645040 or 9455121. OLE color: 9455121.

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

Color convert

RGB 17 70 144 -
CMYK 0.88 0.51 0 0.44
HSL 214.96º 0.79% 0.32% -
HSV(B) 214.96º 0.88% 0.56% -
XYZ 7.46 6.51 27.25 -
YUV 62.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 17 70 144 0.88 0.51 0 0.44 214.96 0.79 0.32
Hex 11 46 90 58 33 0 2C D7 4F 20
Octal 21 106 220 130 63 0 54 327 117 40
Binary 10001 1000110 10010000 1011000 110011 0 101100 11010111 1001111 100000

Color Harmonies of #114690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114690

Black with #114690

Text Example


Text Example

White with #114690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114690; }

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

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

background-color css

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

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

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

border-color css

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

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

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