Html Css Color HEX #114390 Dark Cerulean

📋 copy color: '#114390'

red 17 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #114390

Tints of Dark Cerulean #114390

RGB

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

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

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

R = 7.46%
G = 29.39%
B = 63.16%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#114390 (or 0x114390) is known color: Dark Cerulean. HEX triplet: 11, 43 and 90. RGB value is (17,67,144). Sum of RGB (Red+Green+Blue) = 17+67+144=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #114390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114390 is #EEBC6F. Grayscale: #3C3C3C. Windows color (decimal): -15645808 or 9454353. OLE color: 9454353.

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

Color convert

RGB 17 67 144 -
CMYK 0.88 0.53 0 0.44
HSL 216.38º 0.79% 0.32% -
HSV(B) 216.38º 0.88% 0.56% -
XYZ 7.27 6.15 27.19 -
YUV 60.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 17 67 144 0.88 0.53 0 0.44 216.38 0.79 0.32
Hex 11 43 90 58 35 0 2C D8 4F 20
Octal 21 103 220 130 65 0 54 330 117 40
Binary 10001 1000011 10010000 1011000 110101 0 101100 11011000 1001111 100000

Color Harmonies of #114390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114390

Black with #114390

Text Example


Text Example

White with #114390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114390; }

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

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

background-color css

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

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

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

border-color css

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

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

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