#063EC1

Color #063EC1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #063EC1

Tints of Persian Blue #063EC1

Color information

#063EC1 (or 0x063EC1) is unknown color: approx Persian Blue. HEX triplet: 06, 3E and C1. RGB value is (6,62,193). Sum of RGB (Red+Green+Blue) = 6+62+193=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #063EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EC1 is #F9C13E. Grayscale: #3B3B3B. Windows color (decimal): -16367935 or 12664326. OLE color: 12664326.

HSL color Cylindrical-coordinate representation of color #063EC1: hue angle of 222.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EC1 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB662193-
CMYK0.970.6800.24
HSL222.03º93.97%39.02%-
HSV(B)222.03º96.89%75.69%-
XYZ11.427.3351.27-
YUV60.19202.9589.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 193 (75.78% from 255) = 73.95%
R=2.30%
G=23.75%
B=73.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6621930.970.6800.24222.0393.9739.02
Hex63EC16144018de5e27
Octal67630114110403033613647
Binary1101111101100000111000011000100011000110111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063EC1; }

 p { color: rgb(6,62,193); }

 H1.HeaderClassName
 {
   color: #063EC1;
 }
 .AnyTagClassName
 {
   color: #063EC1;
 }
</style>
background-color css

<style>
 a { background-color: #063EC1; }

 a { background-color: rgb(6,62,193); }

 div.DivClassName
 {
   background-color: #063EC1;
 }
 .BgClassName
 {
   background-color: #063EC1;
 }
</style>
border-color css

<style>
 span { border-color: #063EC1; }

 span { border-color: rgb(6,62,193); }

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