Html Css Color HEX #163E5E Regal Blue

📋 copy color: '#163E5E'

red 22 ◦ green 62 ◦ blue 94

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

Shades of Regal Blue #163E5E

Tints of Regal Blue #163E5E

RGB

 RED value IS 22 (8.98% from 255) = 12.36%

 GREEN value IS 62 (24.61% from 255) = 34.83%

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 12.36%
G = 34.83%
B = 52.81%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#163E5E (or 0x163E5E) is known color: Regal Blue. HEX triplet: 16, 3E and 5E. RGB value is (22,62,94). Sum of RGB (Red+Green+Blue) = 22+62+94=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #163E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E5E is #E9C1A1. Grayscale: #353535. Windows color (decimal): -15319458 or 6176278. OLE color: 6176278.

HSL color Cylindrical-coordinate representation of color #163E5E: hue angle of 206.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163E5E is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 62 94 -
CMYK 0.77 0.34 0 0.63
HSL 206.67º 0.62% 0.23% -
HSV(B) 206.67º 0.77% 0.37% -
XYZ 4.07 4.42 11.23 -
YUV 53.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 22 62 94 0.77 0.34 0 0.63 206.67 0.62 0.23
Hex 16 3E 5E 4D 22 0 3F CF 3E 17
Octal 26 76 136 115 42 0 77 317 76 27
Binary 10110 111110 1011110 1001101 100010 0 111111 11001111 111110 10111

Color Harmonies of #163E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E5E

Black with #163E5E

Text Example


Text Example

White with #163E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163E5E; }

 p { color: rgb(22,62,94); }

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

background-color css

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

 a { background-color: rgb(22,62,94); }

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

border-color css

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

 span { border-color: rgb(22,62,94); }

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