Html Css Color HEX #114377 Dark Cerulean

📋 copy color: '#114377'

red 17 ◦ green 67 ◦ blue 119

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

Shades of Dark Cerulean #114377

Tints of Dark Cerulean #114377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 8.37%
G = 33%
B = 58.62%

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

#114377 (or 0x114377) is known color: Dark Cerulean. HEX triplet: 11, 43 and 77. RGB value is (17,67,119). Sum of RGB (Red+Green+Blue) = 17+67+119=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #114377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114377 is #EEBC88. Grayscale: #393939. Windows color (decimal): -15645833 or 7815953. OLE color: 7815953.

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

Color convert

RGB 17 67 119 -
CMYK 0.86 0.44 0 0.53
HSL 210.59º 0.75% 0.27% -
HSV(B) 210.59º 0.86% 0.47% -
XYZ 5.57 5.47 18.21 -
YUV 57.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 17 67 119 0.86 0.44 0 0.53 210.59 0.75 0.27
Hex 11 43 77 56 2C 0 35 D3 4B 1B
Octal 21 103 167 126 54 0 65 323 113 33
Binary 10001 1000011 1110111 1010110 101100 0 110101 11010011 1001011 11011

Color Harmonies of #114377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114377

Black with #114377

Text Example


Text Example

White with #114377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114377; }

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

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

background-color css

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

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

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

border-color css

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

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

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