Html Css Color HEX #163E5C Regal Blue

📋 copy color: '#163E5C'

red 22 ◦ green 62 ◦ blue 92

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

Shades of Regal Blue #163E5C

Tints of Regal Blue #163E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 12.5%
G = 35.23%
B = 52.27%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#163E5C (or 0x163E5C) is known color: Regal Blue. HEX triplet: 16, 3E and 5C. RGB value is (22,62,92). Sum of RGB (Red+Green+Blue) = 22+62+92=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #163E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E5C is #E9C1A3. Grayscale: #353535. Windows color (decimal): -15319460 or 6045206. OLE color: 6045206.

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

Color convert

RGB 22 62 92 -
CMYK 0.76 0.33 0 0.64
HSL 205.71º 0.61% 0.22% -
HSV(B) 205.71º 0.76% 0.36% -
XYZ 3.99 4.39 10.76 -
YUV 53.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 22 62 92 0.76 0.33 0 0.64 205.71 0.61 0.22
Hex 16 3E 5C 4C 21 0 40 CE 3D 16
Octal 26 76 134 114 41 0 100 316 75 26
Binary 10110 111110 1011100 1001100 100001 0 1000000 11001110 111101 10110

Color Harmonies of #163E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E5C

Black with #163E5C

Text Example


Text Example

White with #163E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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