Html Css Color HEX #114160 Regal Blue

📋 copy color: '#114160'

red 17 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #114160

Tints of Regal Blue #114160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

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

R = 9.55%
G = 36.52%
B = 53.93%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114160 (or 0x114160) is known color: Regal Blue. HEX triplet: 11, 41 and 60. RGB value is (17,65,96). Sum of RGB (Red+Green+Blue) = 17+65+96=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #114160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114160 is #EEBE9F. Grayscale: #363636. Windows color (decimal): -15646368 or 6308113. OLE color: 6308113.

HSL color Cylindrical-coordinate representation of color #114160: hue angle of 203.54º 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 #114160 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 65 96 -
CMYK 0.82 0.32 0 0.62
HSL 203.54º 0.7% 0.22% -
HSV(B) 203.54º 0.82% 0.38% -
XYZ 4.23 4.74 11.76 -
YUV 54.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 17 65 96 0.82 0.32 0 0.62 203.54 0.7 0.22
Hex 11 41 60 52 20 0 3E CC 46 16
Octal 21 101 140 122 40 0 76 314 106 26
Binary 10001 1000001 1100000 1010010 100000 0 111110 11001100 1000110 10110

Color Harmonies of #114160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114160

Black with #114160

Text Example


Text Example

White with #114160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114160; }

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

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

background-color css

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

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

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

border-color css

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

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

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