Html Css Color HEX #114060 Regal Blue

📋 copy color: '#114060'

red 17 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #114060

Tints of Regal Blue #114060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 96 (37.89% from 255) = 54.24%

R = 9.6%
G = 36.16%
B = 54.24%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114060 (or 0x114060) is known color: Regal Blue. HEX triplet: 11, 40 and 60. RGB value is (17,64,96). Sum of RGB (Red+Green+Blue) = 17+64+96=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #114060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114060 is #EEBF9F. Grayscale: #353535. Windows color (decimal): -15646624 or 6307857. OLE color: 6307857.

HSL color Cylindrical-coordinate representation of color #114060: hue angle of 204.3º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114060 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 64 96 -
CMYK 0.82 0.33 0 0.62
HSL 204.3º 0.7% 0.22% -
HSV(B) 204.3º 0.82% 0.38% -
XYZ 4.18 4.63 11.74 -
YUV 53.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 17 64 96 0.82 0.33 0 0.62 204.3 0.7 0.22
Hex 11 40 60 52 21 0 3E CC 46 16
Octal 21 100 140 122 41 0 76 314 106 26
Binary 10001 1000000 1100000 1010010 100001 0 111110 11001100 1000110 10110

Color Harmonies of #114060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114060

Black with #114060

Text Example


Text Example

White with #114060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114060; }

 p { color: rgb(17,64,96); }

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

background-color css

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

 a { background-color: rgb(17,64,96); }

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

border-color css

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

 span { border-color: rgb(17,64,96); }

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