Html Css Color HEX #114271 Dark Cerulean

📋 copy color: '#114271'

red 17 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #114271

Tints of Dark Cerulean #114271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 8.67%
G = 33.67%
B = 57.65%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#114271 (or 0x114271) is known color: Dark Cerulean. HEX triplet: 11, 42 and 71. RGB value is (17,66,113). Sum of RGB (Red+Green+Blue) = 17+66+113=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #114271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114271 is #EEBD8E. Grayscale: #383838. Windows color (decimal): -15646095 or 7422481. OLE color: 7422481.

HSL color Cylindrical-coordinate representation of color #114271: hue angle of 209.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114271 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 66 113 -
CMYK 0.85 0.42 0 0.56
HSL 209.38º 0.74% 0.25% -
HSV(B) 209.38º 0.85% 0.44% -
XYZ 5.16 5.21 16.36 -
YUV 56.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 17 66 113 0.85 0.42 0 0.56 209.38 0.74 0.25
Hex 11 42 71 55 2A 0 38 D1 4A 19
Octal 21 102 161 125 52 0 70 321 112 31
Binary 10001 1000010 1110001 1010101 101010 0 111000 11010001 1001010 11001

Color Harmonies of #114271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114271

Black with #114271

Text Example


Text Example

White with #114271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114271; }

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

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

background-color css

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

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

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

border-color css

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

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

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