Html Css Color HEX #163DBB Persian Blue

📋 copy color: '#163DBB'

red 22 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #163DBB

Tints of Persian Blue #163DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.26%

R = 8.15%
G = 22.59%
B = 69.26%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#163DBB (or 0x163DBB) is known color: Persian Blue. HEX triplet: 16, 3D and BB. RGB value is (22,61,187). Sum of RGB (Red+Green+Blue) = 22+61+187=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #163DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DBB is #E9C244. Grayscale: #3F3F3F. Windows color (decimal): -15319621 or 12270870. OLE color: 12270870.

HSL color Cylindrical-coordinate representation of color #163DBB: hue angle of 225.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163DBB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 61 187 -
CMYK 0.88 0.67 0 0.27
HSL 225.82º 0.79% 0.41% -
HSV(B) 225.82º 0.88% 0.73% -
XYZ 10.97 7.1 47.81 -
YUV 63.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 22 61 187 0.88 0.67 0 0.27 225.82 0.79 0.41
Hex 16 3D BB 58 43 0 1B E2 4F 29
Octal 26 75 273 130 103 0 33 342 117 51
Binary 10110 111101 10111011 1011000 1000011 0 11011 11100010 1001111 101001

Color Harmonies of #163DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DBB

Black with #163DBB

Text Example


Text Example

White with #163DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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