Html Css Color HEX #1649C0 Persian Blue

📋 copy color: '#1649C0'

red 22 ◦ green 73 ◦ blue 192

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

Shades of Persian Blue #1649C0

Tints of Persian Blue #1649C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 192 (75.39% from 255) = 66.9%

R = 7.67%
G = 25.44%
B = 66.9%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1649C0 (or 0x1649C0) is known color: Persian Blue. HEX triplet: 16, 49 and C0. RGB value is (22,73,192). Sum of RGB (Red+Green+Blue) = 22+73+192=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #1649C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649C0 is #E9B63F. Grayscale: #464646. Windows color (decimal): -15316544 or 12601622. OLE color: 12601622.

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

Color convert

RGB 22 73 192 -
CMYK 0.89 0.62 0 0.25
HSL 222º 0.79% 0.42% -
HSV(B) 222º 0.89% 0.75% -
XYZ 12.23 8.74 50.91 -
YUV 71.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 22 73 192 0.89 0.62 0 0.25 222 0.79 0.42
Hex 16 49 C0 59 3E 0 19 DE 4F 2A
Octal 26 111 300 131 76 0 31 336 117 52
Binary 10110 1001001 11000000 1011001 111110 0 11001 11011110 1001111 101010

Color Harmonies of #1649C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649C0

Black with #1649C0

Text Example


Text Example

White with #1649C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1649C0; }

 p { color: rgb(22,73,192); }

 H1.HeaderClassName
 {
   color: #1649C0;
 }
 .AnyTagClassName
 {
   color: #1649C0;
 }
</style>

background-color css

<style>
 a { background-color: #1649C0; }

 a { background-color: rgb(22,73,192); }

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

border-color css

<style>
 span { border-color: #1649C0; }

 span { border-color: rgb(22,73,192); }

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