Html Css Color HEX #163E55 Regal Blue

📋 copy color: '#163E55'

red 22 ◦ green 62 ◦ blue 85

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

Shades of Regal Blue #163E55

Tints of Regal Blue #163E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 13.02%
G = 36.69%
B = 50.3%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163E55 (or 0x163E55) is known color: Regal Blue. HEX triplet: 16, 3E and 55. RGB value is (22,62,85). Sum of RGB (Red+Green+Blue) = 22+62+85=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #163E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E55 is #E9C1AA. Grayscale: #343434. Windows color (decimal): -15319467 or 5586454. OLE color: 5586454.

HSL color Cylindrical-coordinate representation of color #163E55: hue angle of 201.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163E55 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 62 85 -
CMYK 0.74 0.27 0 0.67
HSL 201.9º 0.59% 0.21% -
HSV(B) 201.9º 0.74% 0.33% -
XYZ 3.69 4.27 9.22 -
YUV 52.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 22 62 85 0.74 0.27 0 0.67 201.9 0.59 0.21
Hex 16 3E 55 4A 1B 0 43 CA 3B 15
Octal 26 76 125 112 33 0 103 312 73 25
Binary 10110 111110 1010101 1001010 11011 0 1000011 11001010 111011 10101

Color Harmonies of #163E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E55

Black with #163E55

Text Example


Text Example

White with #163E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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