Html Css Color HEX #114473 Dark Cerulean

📋 copy color: '#114473'

red 17 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #114473

Tints of Dark Cerulean #114473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 8.5%
G = 34%
B = 57.5%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114473 (or 0x114473) is known color: Dark Cerulean. HEX triplet: 11, 44 and 73. RGB value is (17,68,115). Sum of RGB (Red+Green+Blue) = 17+68+115=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #114473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114473 is #EEBB8C. Grayscale: #393939. Windows color (decimal): -15645581 or 7554065. OLE color: 7554065.

HSL color Cylindrical-coordinate representation of color #114473: hue angle of 208.78º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114473 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 68 115 -
CMYK 0.85 0.41 0 0.55
HSL 208.78º 0.74% 0.26% -
HSV(B) 208.78º 0.85% 0.45% -
XYZ 5.39 5.49 17 -
YUV 58.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 17 68 115 0.85 0.41 0 0.55 208.78 0.74 0.26
Hex 11 44 73 55 29 0 37 D1 4A 1A
Octal 21 104 163 125 51 0 67 321 112 32
Binary 10001 1000100 1110011 1010101 101001 0 110111 11010001 1001010 11010

Color Harmonies of #114473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114473

Black with #114473

Text Example


Text Example

White with #114473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114473; }

 p { color: rgb(17,68,115); }

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

background-color css

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

 a { background-color: rgb(17,68,115); }

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

border-color css

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

 span { border-color: rgb(17,68,115); }

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