#062AC2

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

Shades of Persian Blue #062AC2

Tints of Persian Blue #062AC2

Color information

#062AC2 (or 0x062AC2) is unknown color: approx Persian Blue. HEX triplet: 06, 2A and C2. RGB value is (6,42,194). Sum of RGB (Red+Green+Blue) = 6+42+194=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 194 (76.17% from 255 or 80.17% from 242); Max value from RGB is 194 - color contains mainly: blue. Hex color #062AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062AC2 is #F9D53D. Grayscale: #2F2F2F. Windows color (decimal): -16373054 or 12724742. OLE color: 12724742.

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

Color convert

RGB642194-
CMYK0.970.7800.24
HSL228.51º94%39.22%-
HSV(B)228.51º96.91%76.08%-
XYZ10.645.5951.56-
YUV48.56210.0797.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 194 (76.17% from 255) = 80.17%
R=2.48%
G=17.36%
B=80.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6421940.970.7800.24228.519439.22
Hex62AC2614E018e55e27
Octal65230214111603034513647
Binary1101010101100001011000011001110011000111001011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,42,194); }

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

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

 a { background-color: rgb(6,42,194); }

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

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

 span { border-color: rgb(6,42,194); }

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