Html Css Color HEX #163DBE Persian Blue

📋 copy color: '#163DBE'

red 22 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #163DBE

Tints of Persian Blue #163DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 8.06%
G = 22.34%
B = 69.6%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#163DBE (or 0x163DBE) is known color: Persian Blue. HEX triplet: 16, 3D and BE. RGB value is (22,61,190). Sum of RGB (Red+Green+Blue) = 22+61+190=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #163DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DBE is #E9C241. Grayscale: #3F3F3F. Windows color (decimal): -15319618 or 12467478. OLE color: 12467478.

HSL color Cylindrical-coordinate representation of color #163DBE: hue angle of 226.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163DBE is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 61 190 -
CMYK 0.88 0.68 0 0.25
HSL 226.07º 0.79% 0.42% -
HSV(B) 226.07º 0.88% 0.75% -
XYZ 11.29 7.23 49.51 -
YUV 64.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 22 61 190 0.88 0.68 0 0.25 226.07 0.79 0.42
Hex 16 3D BE 58 44 0 19 E2 4F 2A
Octal 26 75 276 130 104 0 31 342 117 52
Binary 10110 111101 10111110 1011000 1000100 0 11001 11100010 1001111 101010

Color Harmonies of #163DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DBE

Black with #163DBE

Text Example


Text Example

White with #163DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,61,190); }

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

background-color css

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

 a { background-color: rgb(22,61,190); }

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

border-color css

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

 span { border-color: rgb(22,61,190); }

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