Html Css Color HEX #163ADF Persian Blue

📋 copy color: '#163ADF'

red 22 ◦ green 58 ◦ blue 223

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

Shades of Persian Blue #163ADF

Tints of Persian Blue #163ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 7.26%
G = 19.14%
B = 73.6%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163ADF (or 0x163ADF) is known color: Persian Blue. HEX triplet: 16, 3A and DF. RGB value is (22,58,223). Sum of RGB (Red+Green+Blue) = 22+58+223=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #163ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ADF is #E9C520. Grayscale: #414141. Windows color (decimal): -15320353 or 14629398. OLE color: 14629398.

HSL color Cylindrical-coordinate representation of color #163ADF: hue angle of 229.25º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163ADF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 58 223 -
CMYK 0.90 0.74 0 0.13
HSL 229.25º 0.82% 0.48% -
HSV(B) 229.25º 0.9% 0.87% -
XYZ 15.16 8.52 70.66 -
YUV 66.05 216.57 96.58 -
System Red Green Blue C M Y K H S L
Decimal 22 58 223 0.90 0.74 0 0.13 229.25 0.82 0.48
Hex 16 3A DF 5A 4A 0 D E5 52 30
Octal 26 72 337 132 112 0 15 345 122 60
Binary 10110 111010 11011111 1011010 1001010 0 1101 11100101 1010010 110000

Color Harmonies of #163ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163ADF

Black with #163ADF

Text Example


Text Example

White with #163ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,58,223); }

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

background-color css

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

 a { background-color: rgb(22,58,223); }

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

border-color css

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

 span { border-color: rgb(22,58,223); }

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