Html Css Color HEX #163BDF Persian Blue

📋 copy color: '#163BDF'

red 22 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #163BDF

Tints of Persian Blue #163BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 7.24%
G = 19.41%
B = 73.36%

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

#163BDF (or 0x163BDF) is known color: Persian Blue. HEX triplet: 16, 3B and DF. RGB value is (22,59,223). Sum of RGB (Red+Green+Blue) = 22+59+223=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #163BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BDF is #E9C420. Grayscale: #414141. Windows color (decimal): -15320097 or 14629654. OLE color: 14629654.

HSL color Cylindrical-coordinate representation of color #163BDF: hue angle of 228.96º 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 #163BDF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 59 223 -
CMYK 0.90 0.74 0 0.13
HSL 228.96º 0.82% 0.48% -
HSV(B) 228.96º 0.9% 0.87% -
XYZ 15.21 8.63 70.68 -
YUV 66.63 216.24 96.16 -
System Red Green Blue C M Y K H S L
Decimal 22 59 223 0.90 0.74 0 0.13 228.96 0.82 0.48
Hex 16 3B DF 5A 4A 0 D E5 52 30
Octal 26 73 337 132 112 0 15 345 122 60
Binary 10110 111011 11011111 1011010 1001010 0 1101 11100101 1010010 110000

Color Harmonies of #163BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163BDF

Black with #163BDF

Text Example


Text Example

White with #163BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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