Html Css Color HEX #163EDE Persian Blue

📋 copy color: '#163EDE'

red 22 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #163EDE

Tints of Persian Blue #163EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

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

R = 7.19%
G = 20.26%
B = 72.55%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163EDE (or 0x163EDE) is known color: Persian Blue. HEX triplet: 16, 3E and DE. RGB value is (22,62,222). Sum of RGB (Red+Green+Blue) = 22+62+222=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #163EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EDE is #E9C121. Grayscale: #434343. Windows color (decimal): -15319330 or 14564886. OLE color: 14564886.

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

Color convert

RGB 22 62 222 -
CMYK 0.90 0.72 0 0.13
HSL 228º 0.82% 0.48% -
HSV(B) 228º 0.9% 0.87% -
XYZ 15.24 8.89 70.02 -
YUV 68.28 214.75 94.99 -
System Red Green Blue C M Y K H S L
Decimal 22 62 222 0.90 0.72 0 0.13 228 0.82 0.48
Hex 16 3E DE 5A 48 0 D E4 52 30
Octal 26 76 336 132 110 0 15 344 122 60
Binary 10110 111110 11011110 1011010 1001000 0 1101 11100100 1010010 110000

Color Harmonies of #163EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163EDE

Black with #163EDE

Text Example


Text Example

White with #163EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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