Html Css Color HEX #163DF6 Persian Blue

📋 copy color: '#163DF6'

red 22 ◦ green 61 ◦ blue 246

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

Shades of Persian Blue #163DF6

Tints of Persian Blue #163DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 246 (96.48% from 255) = 74.77%

R = 6.69%
G = 18.54%
B = 74.77%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#163DF6 (or 0x163DF6) is known color: Persian Blue. HEX triplet: 16, 3D and F6. RGB value is (22,61,246). Sum of RGB (Red+Green+Blue) = 22+61+246=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #163DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163DF6 is #E9C209. Grayscale: #454545. Windows color (decimal): -15319562 or 16137494. OLE color: 16137494.

HSL color Cylindrical-coordinate representation of color #163DF6: hue angle of 229.55º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163DF6 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 22 61 246 -
CMYK 0.91 0.75 0 0.04
HSL 229.55º 0.93% 0.53% -
HSV(B) 229.55º 0.91% 0.96% -
XYZ 18.63 10.16 88.17 -
YUV 70.43 227.08 93.46 -
System Red Green Blue C M Y K H S L
Decimal 22 61 246 0.91 0.75 0 0.04 229.55 0.93 0.53
Hex 16 3D F6 5B 4B 0 4 E6 5D 35
Octal 26 75 366 133 113 0 4 346 135 65
Binary 10110 111101 11110110 1011011 1001011 0 100 11100110 1011101 110101

Color Harmonies of #163DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DF6

Black with #163DF6

Text Example


Text Example

White with #163DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,61,246); }

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

background-color css

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

 a { background-color: rgb(22,61,246); }

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

border-color css

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

 span { border-color: rgb(22,61,246); }

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