Html Css Color HEX #114273 Dark Cerulean

📋 copy color: '#114273'

red 17 ◦ green 66 ◦ blue 115

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

Shades of Dark Cerulean #114273

Tints of Dark Cerulean #114273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

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

R = 8.59%
G = 33.33%
B = 58.08%

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

#114273 (or 0x114273) is known color: Dark Cerulean. HEX triplet: 11, 42 and 73. RGB value is (17,66,115). Sum of RGB (Red+Green+Blue) = 17+66+115=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #114273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114273 is #EEBD8C. Grayscale: #383838. Windows color (decimal): -15646093 or 7553553. OLE color: 7553553.

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

Color convert

RGB 17 66 115 -
CMYK 0.85 0.43 0 0.55
HSL 210º 0.74% 0.26% -
HSV(B) 210º 0.85% 0.45% -
XYZ 5.27 5.25 16.96 -
YUV 56.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 17 66 115 0.85 0.43 0 0.55 210 0.74 0.26
Hex 11 42 73 55 2B 0 37 D2 4A 1A
Octal 21 102 163 125 53 0 67 322 112 32
Binary 10001 1000010 1110011 1010101 101011 0 110111 11010010 1001010 11010

Color Harmonies of #114273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114273

Black with #114273

Text Example


Text Example

White with #114273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114273; }

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

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

background-color css

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

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

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

border-color css

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

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

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