Html Css Color HEX #163FDA Persian Blue

📋 copy color: '#163FDA'

red 22 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #163FDA

Tints of Persian Blue #163FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.95%

R = 7.26%
G = 20.79%
B = 71.95%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#163FDA (or 0x163FDA) is known color: Persian Blue. HEX triplet: 16, 3F and DA. RGB value is (22,63,218). Sum of RGB (Red+Green+Blue) = 22+63+218=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #163FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FDA is #E9C025. Grayscale: #434343. Windows color (decimal): -15319078 or 14302998. OLE color: 14302998.

HSL color Cylindrical-coordinate representation of color #163FDA: hue angle of 227.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163FDA is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 63 218 -
CMYK 0.90 0.71 0 0.15
HSL 227.45º 0.82% 0.47% -
HSV(B) 227.45º 0.9% 0.85% -
XYZ 14.76 8.79 67.25 -
YUV 68.41 212.42 94.9 -
System Red Green Blue C M Y K H S L
Decimal 22 63 218 0.90 0.71 0 0.15 227.45 0.82 0.47
Hex 16 3F DA 5A 47 0 F E3 52 2F
Octal 26 77 332 132 107 0 17 343 122 57
Binary 10110 111111 11011010 1011010 1000111 0 1111 11100011 1010010 101111

Color Harmonies of #163FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163FDA

Black with #163FDA

Text Example


Text Example

White with #163FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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