Html Css Color HEX #114278 Dark Cerulean

📋 copy color: '#114278'

red 17 ◦ green 66 ◦ blue 120

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

Shades of Dark Cerulean #114278

Tints of Dark Cerulean #114278

RGB

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

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

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

R = 8.37%
G = 32.51%
B = 59.11%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114278 (or 0x114278) is known color: Dark Cerulean. HEX triplet: 11, 42 and 78. RGB value is (17,66,120). Sum of RGB (Red+Green+Blue) = 17+66+120=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #114278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114278 is #EEBD87. Grayscale: #393939. Windows color (decimal): -15646088 or 7881233. OLE color: 7881233.

HSL color Cylindrical-coordinate representation of color #114278: hue angle of 211.46º 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 #114278 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 66 120 -
CMYK 0.86 0.45 0 0.53
HSL 211.46º 0.75% 0.27% -
HSV(B) 211.46º 0.86% 0.47% -
XYZ 5.57 5.37 18.51 -
YUV 57.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 17 66 120 0.86 0.45 0 0.53 211.46 0.75 0.27
Hex 11 42 78 56 2D 0 35 D3 4B 1B
Octal 21 102 170 126 55 0 65 323 113 33
Binary 10001 1000010 1111000 1010110 101101 0 110101 11010011 1001011 11011

Color Harmonies of #114278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114278

Black with #114278

Text Example


Text Example

White with #114278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114278; }

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

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

background-color css

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

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

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

border-color css

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

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

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