Html Css Color HEX #114675 Dark Cerulean

📋 copy color: '#114675'

red 17 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #114675

Tints of Dark Cerulean #114675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 8.33%
G = 34.31%
B = 57.35%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114675 (or 0x114675) is known color: Dark Cerulean. HEX triplet: 11, 46 and 75. RGB value is (17,70,117). Sum of RGB (Red+Green+Blue) = 17+70+117=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #114675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114675 is #EEB98A. Grayscale: #3B3B3B. Windows color (decimal): -15645067 or 7685649. OLE color: 7685649.

HSL color Cylindrical-coordinate representation of color #114675: hue angle of 208.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114675 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 70 117 -
CMYK 0.85 0.40 0 0.54
HSL 208.2º 0.75% 0.26% -
HSV(B) 208.2º 0.85% 0.46% -
XYZ 5.63 5.78 17.65 -
YUV 59.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 17 70 117 0.85 0.40 0 0.54 208.2 0.75 0.26
Hex 11 46 75 55 28 0 36 D0 4B 1A
Octal 21 106 165 125 50 0 66 320 113 32
Binary 10001 1000110 1110101 1010101 101000 0 110110 11010000 1001011 11010

Color Harmonies of #114675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114675

Black with #114675

Text Example


Text Example

White with #114675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114675; }

 p { color: rgb(17,70,117); }

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

background-color css

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

 a { background-color: rgb(17,70,117); }

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

border-color css

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

 span { border-color: rgb(17,70,117); }

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