Html Css Color HEX #163DB0 Persian Blue

📋 copy color: '#163DB0'

red 22 ◦ green 61 ◦ blue 176

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

Shades of Persian Blue #163DB0

Tints of Persian Blue #163DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 67.95%

R = 8.49%
G = 23.55%
B = 67.95%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#163DB0 (or 0x163DB0) is known color: Persian Blue. HEX triplet: 16, 3D and B0. RGB value is (22,61,176). Sum of RGB (Red+Green+Blue) = 22+61+176=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #163DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DB0 is #E9C24F. Grayscale: #3D3D3D. Windows color (decimal): -15319632 or 11549974. OLE color: 11549974.

HSL color Cylindrical-coordinate representation of color #163DB0: hue angle of 224.81º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163DB0 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 61 176 -
CMYK 0.88 0.65 0 0.31
HSL 224.81º 0.78% 0.39% -
HSV(B) 224.81º 0.88% 0.69% -
XYZ 9.84 6.64 41.84 -
YUV 62.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 22 61 176 0.88 0.65 0 0.31 224.81 0.78 0.39
Hex 16 3D B0 58 41 0 1F E1 4E 27
Octal 26 75 260 130 101 0 37 341 116 47
Binary 10110 111101 10110000 1011000 1000001 0 11111 11100001 1001110 100111

Color Harmonies of #163DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DB0

Black with #163DB0

Text Example


Text Example

White with #163DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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