Html Css Color HEX #114378 Dark Cerulean

📋 copy color: '#114378'

red 17 ◦ green 67 ◦ blue 120

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

Shades of Dark Cerulean #114378

Tints of Dark Cerulean #114378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 8.33%
G = 32.84%
B = 58.82%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114378 (or 0x114378) is known color: Dark Cerulean. HEX triplet: 11, 43 and 78. RGB value is (17,67,120). Sum of RGB (Red+Green+Blue) = 17+67+120=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #114378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114378 is #EEBC87. Grayscale: #393939. Windows color (decimal): -15645832 or 7881489. OLE color: 7881489.

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

Color convert

RGB 17 67 120 -
CMYK 0.86 0.44 0 0.53
HSL 210.87º 0.75% 0.27% -
HSV(B) 210.87º 0.86% 0.47% -
XYZ 5.63 5.49 18.53 -
YUV 58.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 17 67 120 0.86 0.44 0 0.53 210.87 0.75 0.27
Hex 11 43 78 56 2C 0 35 D3 4B 1B
Octal 21 103 170 126 54 0 65 323 113 33
Binary 10001 1000011 1111000 1010110 101100 0 110101 11010011 1001011 11011

Color Harmonies of #114378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114378

Black with #114378

Text Example


Text Example

White with #114378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114378; }

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

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

background-color css

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

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

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

border-color css

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

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

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