Html Css Color HEX #114A75 Dark Cerulean

📋 copy color: '#114A75'

red 17 ◦ green 74 ◦ blue 117

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

Shades of Dark Cerulean #114A75

Tints of Dark Cerulean #114A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

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

R = 8.17%
G = 35.58%
B = 56.25%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114A75 (or 0x114A75) is known color: Dark Cerulean. HEX triplet: 11, 4A and 75. RGB value is (17,74,117). Sum of RGB (Red+Green+Blue) = 17+74+117=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #114A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A75 is #EEB58A. Grayscale: #3D3D3D. Windows color (decimal): -15644043 or 7686673. OLE color: 7686673.

HSL color Cylindrical-coordinate representation of color #114A75: hue angle of 205.8º 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 #114A75 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 74 117 -
CMYK 0.85 0.37 0 0.54
HSL 205.8º 0.75% 0.26% -
HSV(B) 205.8º 0.85% 0.46% -
XYZ 5.89 6.3 17.74 -
YUV 61.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 17 74 117 0.85 0.37 0 0.54 205.8 0.75 0.26
Hex 11 4A 75 55 25 0 36 CE 4B 1A
Octal 21 112 165 125 45 0 66 316 113 32
Binary 10001 1001010 1110101 1010101 100101 0 110110 11001110 1001011 11010

Color Harmonies of #114A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A75

Black with #114A75

Text Example


Text Example

White with #114A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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