Html Css Color HEX #163FE7 Persian Blue

📋 copy color: '#163FE7'

red 22 ◦ green 63 ◦ blue 231

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

Shades of Persian Blue #163FE7

Tints of Persian Blue #163FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 73.1%

R = 6.96%
G = 19.94%
B = 73.1%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#163FE7 (or 0x163FE7) is known color: Persian Blue. HEX triplet: 16, 3F and E7. RGB value is (22,63,231). Sum of RGB (Red+Green+Blue) = 22+63+231=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 231 (90.62% from 255 or 73.10% from 316); Max value from RGB is 231 - color contains mainly: blue. Hex color #163FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FE7 is #E9C018. Grayscale: #454545. Windows color (decimal): -15319065 or 15154966. OLE color: 15154966.

HSL color Cylindrical-coordinate representation of color #163FE7: hue angle of 228.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163FE7 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 22 63 231 -
CMYK 0.90 0.73 0 0.09
HSL 228.23º 0.83% 0.5% -
HSV(B) 228.23º 0.9% 0.91% -
XYZ 16.53 9.5 76.56 -
YUV 69.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 22 63 231 0.90 0.73 0 0.09 228.23 0.83 0.5
Hex 16 3F E7 5A 49 0 9 E4 53 32
Octal 26 77 347 132 111 0 11 344 123 62
Binary 10110 111111 11100111 1011010 1001001 0 1001 11100100 1010011 110010

Color Harmonies of #163FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163FE7

Black with #163FE7

Text Example


Text Example

White with #163FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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