Html Css Color HEX #163E5A Regal Blue

📋 copy color: '#163E5A'

red 22 ◦ green 62 ◦ blue 90

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

Shades of Regal Blue #163E5A

Tints of Regal Blue #163E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 12.64%
G = 35.63%
B = 51.72%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163E5A (or 0x163E5A) is known color: Regal Blue. HEX triplet: 16, 3E and 5A. RGB value is (22,62,90). Sum of RGB (Red+Green+Blue) = 22+62+90=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #163E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E5A is #E9C1A5. Grayscale: #353535. Windows color (decimal): -15319462 or 5914134. OLE color: 5914134.

HSL color Cylindrical-coordinate representation of color #163E5A: hue angle of 204.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163E5A is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 62 90 -
CMYK 0.76 0.31 0 0.65
HSL 204.71º 0.61% 0.22% -
HSV(B) 204.71º 0.76% 0.35% -
XYZ 3.9 4.35 10.31 -
YUV 53.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 22 62 90 0.76 0.31 0 0.65 204.71 0.61 0.22
Hex 16 3E 5A 4C 1F 0 41 CD 3D 16
Octal 26 76 132 114 37 0 101 315 75 26
Binary 10110 111110 1011010 1001100 11111 0 1000001 11001101 111101 10110

Color Harmonies of #163E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E5A

Black with #163E5A

Text Example


Text Example

White with #163E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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