Html Css Color HEX #114174 Dark Cerulean

📋 copy color: '#114174'

red 17 ◦ green 65 ◦ blue 116

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

Shades of Dark Cerulean #114174

Tints of Dark Cerulean #114174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 8.59%
G = 32.83%
B = 58.59%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114174 (or 0x114174) is known color: Dark Cerulean. HEX triplet: 11, 41 and 74. RGB value is (17,65,116). Sum of RGB (Red+Green+Blue) = 17+65+116=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #114174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114174 is #EEBE8B. Grayscale: #383838. Windows color (decimal): -15646348 or 7618833. OLE color: 7618833.

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

Color convert

RGB 17 65 116 -
CMYK 0.85 0.44 0 0.55
HSL 210.91º 0.74% 0.26% -
HSV(B) 210.91º 0.85% 0.45% -
XYZ 5.27 5.16 17.24 -
YUV 56.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 17 65 116 0.85 0.44 0 0.55 210.91 0.74 0.26
Hex 11 41 74 55 2C 0 37 D3 4A 1A
Octal 21 101 164 125 54 0 67 323 112 32
Binary 10001 1000001 1110100 1010101 101100 0 110111 11010011 1001010 11010

Color Harmonies of #114174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114174

Black with #114174

Text Example


Text Example

White with #114174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114174; }

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

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

background-color css

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

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

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

border-color css

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

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

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