Html Css Color HEX #163F69 Regal Blue

📋 copy color: '#163F69'

red 22 ◦ green 63 ◦ blue 105

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

Shades of Regal Blue #163F69

Tints of Regal Blue #163F69

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 11.58%
G = 33.16%
B = 55.26%

CMYK

 C value IS 0.79

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#163F69 (or 0x163F69) is known color: Regal Blue. HEX triplet: 16, 3F and 69. RGB value is (22,63,105). Sum of RGB (Red+Green+Blue) = 22+63+105=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #163F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F69 is #E9C096. Grayscale: #373737. Windows color (decimal): -15319191 or 6897430. OLE color: 6897430.

HSL color Cylindrical-coordinate representation of color #163F69: hue angle of 210.36º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163F69 is Cyan = 0.79, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 63 105 -
CMYK 0.79 0.4 0 0.59
HSL 210.36º 0.65% 0.25% -
HSV(B) 210.36º 0.79% 0.41% -
XYZ 4.66 4.75 14.04 -
YUV 55.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 22 63 105 0.79 0.4 0 0.59 210.36 0.65 0.25
Hex 16 3F 69 4F 28 0 3B D2 41 19
Octal 26 77 151 117 50 0 73 322 101 31
Binary 10110 111111 1101001 1001111 101000 0 111011 11010010 1000001 11001

Color Harmonies of #163F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F69

Black with #163F69

Text Example


Text Example

White with #163F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,63,105); }

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

background-color css

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

 a { background-color: rgb(22,63,105); }

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

border-color css

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

 span { border-color: rgb(22,63,105); }

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