Html Css Color HEX #114173 Dark Cerulean

📋 copy color: '#114173'

red 17 ◦ green 65 ◦ blue 115

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

Shades of Dark Cerulean #114173

Tints of Dark Cerulean #114173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

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

R = 8.63%
G = 32.99%
B = 58.38%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114173 (or 0x114173) is known color: Dark Cerulean. HEX triplet: 11, 41 and 73. RGB value is (17,65,115). Sum of RGB (Red+Green+Blue) = 17+65+115=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #114173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114173 is #EEBE8C. Grayscale: #383838. Windows color (decimal): -15646349 or 7553297. OLE color: 7553297.

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

Color convert

RGB 17 65 115 -
CMYK 0.85 0.43 0 0.55
HSL 210.61º 0.74% 0.26% -
HSV(B) 210.61º 0.85% 0.45% -
XYZ 5.22 5.14 16.94 -
YUV 56.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 17 65 115 0.85 0.43 0 0.55 210.61 0.74 0.26
Hex 11 41 73 55 2B 0 37 D3 4A 1A
Octal 21 101 163 125 53 0 67 323 112 32
Binary 10001 1000001 1110011 1010101 101011 0 110111 11010011 1001010 11010

Color Harmonies of #114173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114173

Black with #114173

Text Example


Text Example

White with #114173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114173; }

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

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

background-color css

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

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

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

border-color css

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

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

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