Html Css Color HEX #114164 Regal Blue

📋 copy color: '#114164'

red 17 ◦ green 65 ◦ blue 100

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

Shades of Regal Blue #114164

Tints of Regal Blue #114164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.95%

R = 9.34%
G = 35.71%
B = 54.95%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#114164 (or 0x114164) is known color: Regal Blue. HEX triplet: 11, 41 and 64. RGB value is (17,65,100). Sum of RGB (Red+Green+Blue) = 17+65+100=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #114164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114164 is #EEBE9B. Grayscale: #363636. Windows color (decimal): -15646364 or 6570257. OLE color: 6570257.

HSL color Cylindrical-coordinate representation of color #114164: hue angle of 205.3º 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 #114164 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 65 100 -
CMYK 0.83 0.35 0 0.61
HSL 205.3º 0.71% 0.23% -
HSV(B) 205.3º 0.83% 0.39% -
XYZ 4.42 4.82 12.75 -
YUV 54.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 17 65 100 0.83 0.35 0 0.61 205.3 0.71 0.23
Hex 11 41 64 53 23 0 3D CD 47 17
Octal 21 101 144 123 43 0 75 315 107 27
Binary 10001 1000001 1100100 1010011 100011 0 111101 11001101 1000111 10111

Color Harmonies of #114164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114164

Black with #114164

Text Example


Text Example

White with #114164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114164; }

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

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

background-color css

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

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

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

border-color css

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

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

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