#062CC1

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

Shades of Persian Blue #062CC1

Tints of Persian Blue #062CC1

Color information

#062CC1 (or 0x062CC1) is unknown color: approx Persian Blue. HEX triplet: 06, 2C and C1. RGB value is (6,44,193). Sum of RGB (Red+Green+Blue) = 6+44+193=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 193 (75.78% from 255 or 79.42% from 243); Max value from RGB is 193 - color contains mainly: blue. Hex color #062CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CC1 is #F9D33E. Grayscale: #303030. Windows color (decimal): -16372543 or 12659718. OLE color: 12659718.

HSL color Cylindrical-coordinate representation of color #062CC1: hue angle of 227.81º 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 #062CC1 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB644193-
CMYK0.970.7700.24
HSL227.81º93.97%39.02%-
HSV(B)227.81º96.89%75.69%-
XYZ10.65.6950.99-
YUV49.62208.9196.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 193 (75.78% from 255) = 79.42%
R=2.47%
G=18.11%
B=79.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6441930.970.7700.24227.8193.9739.02
Hex62CC1614D018e45e27
Octal65430114111503034413647
Binary1101011001100000111000011001101011000111001001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062CC1; }

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

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

<style>
 a { background-color: #062CC1; }

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

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

<style>
 span { border-color: #062CC1; }

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

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