Html Css Color HEX #114574 Dark Cerulean

📋 copy color: '#114574'

red 17 ◦ green 69 ◦ blue 116

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

Shades of Dark Cerulean #114574

Tints of Dark Cerulean #114574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 8.42%
G = 34.16%
B = 57.43%

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

#114574 (or 0x114574) is known color: Dark Cerulean. HEX triplet: 11, 45 and 74. RGB value is (17,69,116). Sum of RGB (Red+Green+Blue) = 17+69+116=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #114574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114574 is #EEBA8B. Grayscale: #3A3A3A. Windows color (decimal): -15645324 or 7619857. OLE color: 7619857.

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

Color convert

RGB 17 69 116 -
CMYK 0.85 0.41 0 0.55
HSL 208.48º 0.74% 0.26% -
HSV(B) 208.48º 0.85% 0.45% -
XYZ 5.51 5.64 17.32 -
YUV 58.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 17 69 116 0.85 0.41 0 0.55 208.48 0.74 0.26
Hex 11 45 74 55 29 0 37 D0 4A 1A
Octal 21 105 164 125 51 0 67 320 112 32
Binary 10001 1000101 1110100 1010101 101001 0 110111 11010000 1001010 11010

Color Harmonies of #114574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114574

Black with #114574

Text Example


Text Example

White with #114574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114574; }

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

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

background-color css

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

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

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

border-color css

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

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

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