Html Css Color HEX #114163 Regal Blue

📋 copy color: '#114163'

red 17 ◦ green 65 ◦ blue 99

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

Shades of Regal Blue #114163

Tints of Regal Blue #114163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 9.39%
G = 35.91%
B = 54.7%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#114163 (or 0x114163) is known color: Regal Blue. HEX triplet: 11, 41 and 63. RGB value is (17,65,99). Sum of RGB (Red+Green+Blue) = 17+65+99=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #114163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114163 is #EEBE9C. Grayscale: #363636. Windows color (decimal): -15646365 or 6504721. OLE color: 6504721.

HSL color Cylindrical-coordinate representation of color #114163: hue angle of 204.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114163 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 65 99 -
CMYK 0.83 0.34 0 0.61
HSL 204.88º 0.71% 0.23% -
HSV(B) 204.88º 0.83% 0.39% -
XYZ 4.37 4.8 12.5 -
YUV 54.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 17 65 99 0.83 0.34 0 0.61 204.88 0.71 0.23
Hex 11 41 63 53 22 0 3D CD 47 17
Octal 21 101 143 123 42 0 75 315 107 27
Binary 10001 1000001 1100011 1010011 100010 0 111101 11001101 1000111 10111

Color Harmonies of #114163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114163

Black with #114163

Text Example


Text Example

White with #114163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114163; }

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

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

background-color css

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

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

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

border-color css

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

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

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