Html Css Color HEX #163CEC Persian Blue

📋 copy color: '#163CEC'

red 22 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #163CEC

Tints of Persian Blue #163CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 6.92%
G = 18.87%
B = 74.21%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#163CEC (or 0x163CEC) is known color: Persian Blue. HEX triplet: 16, 3C and EC. RGB value is (22,60,236). Sum of RGB (Red+Green+Blue) = 22+60+236=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #163CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163CEC is #E9C313. Grayscale: #434343. Windows color (decimal): -15319828 or 15481878. OLE color: 15481878.

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

Color convert

RGB 22 60 236 -
CMYK 0.91 0.75 0 0.07
HSL 229.35º 0.85% 0.51% -
HSV(B) 229.35º 0.91% 0.93% -
XYZ 17.09 9.46 80.28 -
YUV 68.7 222.41 94.69 -
System Red Green Blue C M Y K H S L
Decimal 22 60 236 0.91 0.75 0 0.07 229.35 0.85 0.51
Hex 16 3C EC 5B 4B 0 7 E5 55 33
Octal 26 74 354 133 113 0 7 345 125 63
Binary 10110 111100 11101100 1011011 1001011 0 111 11100101 1010101 110011

Color Harmonies of #163CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CEC

Black with #163CEC

Text Example


Text Example

White with #163CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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