Html Css Color HEX #163CED Persian Blue

📋 copy color: '#163CED'

red 22 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #163CED

Tints of Persian Blue #163CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 6.9%
G = 18.81%
B = 74.29%

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

#163CED (or 0x163CED) is known color: Persian Blue. HEX triplet: 16, 3C and ED. RGB value is (22,60,237). Sum of RGB (Red+Green+Blue) = 22+60+237=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #163CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163CED is #E9C312. Grayscale: #444444. Windows color (decimal): -15319827 or 15547414. OLE color: 15547414.

HSL color Cylindrical-coordinate representation of color #163CED: hue angle of 229.4º degrees, saturation: 0.86, 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 #163CED is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 60 237 -
CMYK 0.91 0.75 0 0.07
HSL 229.4º 0.86% 0.51% -
HSV(B) 229.4º 0.91% 0.93% -
XYZ 17.23 9.52 81.05 -
YUV 68.82 222.91 94.61 -
System Red Green Blue C M Y K H S L
Decimal 22 60 237 0.91 0.75 0 0.07 229.4 0.86 0.51
Hex 16 3C ED 5B 4B 0 7 E5 56 33
Octal 26 74 355 133 113 0 7 345 126 63
Binary 10110 111100 11101101 1011011 1001011 0 111 11100101 1010110 110011

Color Harmonies of #163CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CED

Black with #163CED

Text Example


Text Example

White with #163CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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