Html Css Color HEX #114478 Dark Cerulean

📋 copy color: '#114478'

red 17 ◦ green 68 ◦ blue 120

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

Shades of Dark Cerulean #114478

Tints of Dark Cerulean #114478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 120 (47.27% from 255) = 58.54%

R = 8.29%
G = 33.17%
B = 58.54%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114478 (or 0x114478) is known color: Dark Cerulean. HEX triplet: 11, 44 and 78. RGB value is (17,68,120). Sum of RGB (Red+Green+Blue) = 17+68+120=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #114478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114478 is #EEBB87. Grayscale: #3A3A3A. Windows color (decimal): -15645576 or 7881745. OLE color: 7881745.

HSL color Cylindrical-coordinate representation of color #114478: hue angle of 210.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114478 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 68 120 -
CMYK 0.86 0.43 0 0.53
HSL 210.29º 0.75% 0.27% -
HSV(B) 210.29º 0.86% 0.47% -
XYZ 5.69 5.61 18.55 -
YUV 58.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 17 68 120 0.86 0.43 0 0.53 210.29 0.75 0.27
Hex 11 44 78 56 2B 0 35 D2 4B 1B
Octal 21 104 170 126 53 0 65 322 113 33
Binary 10001 1000100 1111000 1010110 101011 0 110101 11010010 1001011 11011

Color Harmonies of #114478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114478

Black with #114478

Text Example


Text Example

White with #114478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114478; }

 p { color: rgb(17,68,120); }

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

background-color css

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

 a { background-color: rgb(17,68,120); }

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

border-color css

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

 span { border-color: rgb(17,68,120); }

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