#062ADB

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

Shades of Persian Blue #062ADB

Tints of Persian Blue #062ADB

Color information

#062ADB (or 0x062ADB) is unknown color: approx Persian Blue. HEX triplet: 06, 2A and DB. RGB value is (6,42,219). Sum of RGB (Red+Green+Blue) = 6+42+219=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #062ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ADB is #F9D524. Grayscale: #323232. Windows color (decimal): -16373029 or 14363142. OLE color: 14363142.

HSL color Cylindrical-coordinate representation of color #062ADB: hue angle of 229.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062ADB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB642219-
CMYK0.970.8100.14
HSL229.86º94.67%44.12%-
HSV(B)229.86º97.26%85.88%-
XYZ13.696.8167.61-
YUV51.41222.5795.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 219 (85.94% from 255) = 82.02%
R=2.25%
G=15.73%
B=82.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal6422190.970.8100.14229.8694.6744.12
Hex62ADB61510Ee65f2c
Octal65233314112101634613754
Binary110101010110110111100001101000101110111001101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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