Html Css Color HEX #114790 Dark Cerulean

📋 copy color: '#114790'

red 17 ◦ green 71 ◦ blue 144

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

Shades of Dark Cerulean #114790

Tints of Dark Cerulean #114790

RGB

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

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

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

R = 7.33%
G = 30.6%
B = 62.07%

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

#114790 (or 0x114790) is known color: Dark Cerulean. HEX triplet: 11, 47 and 90. RGB value is (17,71,144). Sum of RGB (Red+Green+Blue) = 17+71+144=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #114790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114790 is #EEB86F. Grayscale: #3E3E3E. Windows color (decimal): -15644784 or 9455377. OLE color: 9455377.

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

Color convert

RGB 17 71 144 -
CMYK 0.88 0.51 0 0.44
HSL 214.49º 0.79% 0.32% -
HSV(B) 214.49º 0.88% 0.56% -
XYZ 7.52 6.64 27.27 -
YUV 63.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 17 71 144 0.88 0.51 0 0.44 214.49 0.79 0.32
Hex 11 47 90 58 33 0 2C D6 4F 20
Octal 21 107 220 130 63 0 54 326 117 40
Binary 10001 1000111 10010000 1011000 110011 0 101100 11010110 1001111 100000

Color Harmonies of #114790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114790

Black with #114790

Text Example


Text Example

White with #114790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114790; }

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

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

background-color css

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

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

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

border-color css

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

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

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