Html Css Color HEX #163CB0 Persian Blue

📋 copy color: '#163CB0'

red 22 ◦ green 60 ◦ blue 176

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

Shades of Persian Blue #163CB0

Tints of Persian Blue #163CB0

RGB

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

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

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

R = 8.53%
G = 23.26%
B = 68.22%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#163CB0 (or 0x163CB0) is known color: Persian Blue. HEX triplet: 16, 3C and B0. RGB value is (22,60,176). Sum of RGB (Red+Green+Blue) = 22+60+176=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #163CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CB0 is #E9C34F. Grayscale: #3D3D3D. Windows color (decimal): -15319888 or 11549718. OLE color: 11549718.

HSL color Cylindrical-coordinate representation of color #163CB0: hue angle of 225.19º 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 #163CB0 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 60 176 -
CMYK 0.88 0.66 0 0.31
HSL 225.19º 0.78% 0.39% -
HSV(B) 225.19º 0.88% 0.69% -
XYZ 9.78 6.54 41.82 -
YUV 61.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 22 60 176 0.88 0.66 0 0.31 225.19 0.78 0.39
Hex 16 3C B0 58 42 0 1F E1 4E 27
Octal 26 74 260 130 102 0 37 341 116 47
Binary 10110 111100 10110000 1011000 1000010 0 11111 11100001 1001110 100111

Color Harmonies of #163CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CB0

Black with #163CB0

Text Example


Text Example

White with #163CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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