Html Css Color HEX #114277 Dark Cerulean

📋 copy color: '#114277'

red 17 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #114277

Tints of Dark Cerulean #114277

RGB

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

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

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

R = 8.42%
G = 32.67%
B = 58.91%

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

#114277 (or 0x114277) is known color: Dark Cerulean. HEX triplet: 11, 42 and 77. RGB value is (17,66,119). Sum of RGB (Red+Green+Blue) = 17+66+119=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #114277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114277 is #EEBD88. Grayscale: #393939. Windows color (decimal): -15646089 or 7815697. OLE color: 7815697.

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

Color convert

RGB 17 66 119 -
CMYK 0.86 0.45 0 0.53
HSL 211.18º 0.75% 0.27% -
HSV(B) 211.18º 0.86% 0.47% -
XYZ 5.51 5.35 18.19 -
YUV 57.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 17 66 119 0.86 0.45 0 0.53 211.18 0.75 0.27
Hex 11 42 77 56 2D 0 35 D3 4B 1B
Octal 21 102 167 126 55 0 65 323 113 33
Binary 10001 1000010 1110111 1010110 101101 0 110101 11010011 1001011 11011

Color Harmonies of #114277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114277

Black with #114277

Text Example


Text Example

White with #114277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114277; }

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

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

background-color css

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

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

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

border-color css

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

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

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