Html Css Color HEX #163CDE Persian Blue

📋 copy color: '#163CDE'

red 22 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #163CDE

Tints of Persian Blue #163CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 7.24%
G = 19.74%
B = 73.03%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163CDE (or 0x163CDE) is known color: Persian Blue. HEX triplet: 16, 3C and DE. RGB value is (22,60,222). Sum of RGB (Red+Green+Blue) = 22+60+222=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #163CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CDE is #E9C321. Grayscale: #424242. Windows color (decimal): -15319842 or 14564374. OLE color: 14564374.

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

Color convert

RGB 22 60 222 -
CMYK 0.90 0.73 0 0.13
HSL 228.6º 0.82% 0.48% -
HSV(B) 228.6º 0.9% 0.87% -
XYZ 15.13 8.68 69.98 -
YUV 67.11 215.41 95.83 -
System Red Green Blue C M Y K H S L
Decimal 22 60 222 0.90 0.73 0 0.13 228.6 0.82 0.48
Hex 16 3C DE 5A 49 0 D E5 52 30
Octal 26 74 336 132 111 0 15 345 122 60
Binary 10110 111100 11011110 1011010 1001001 0 1101 11100101 1010010 110000

Color Harmonies of #163CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CDE

Black with #163CDE

Text Example


Text Example

White with #163CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,60,222); }

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

background-color css

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

 a { background-color: rgb(22,60,222); }

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

border-color css

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

 span { border-color: rgb(22,60,222); }

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