#062DBF

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

Shades of Persian Blue #062DBF

Tints of Persian Blue #062DBF

Color information

#062DBF (or 0x062DBF) is unknown color: approx Persian Blue. HEX triplet: 06, 2D and BF. RGB value is (6,45,191). Sum of RGB (Red+Green+Blue) = 6+45+191=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #062DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DBF is #F9D240. Grayscale: #313131. Windows color (decimal): -16372289 or 12528902. OLE color: 12528902.

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

Color convert

RGB645191-
CMYK0.970.7600.25
HSL227.35º93.91%38.63%-
HSV(B)227.35º96.86%74.9%-
XYZ10.425.6849.84-
YUV49.98207.5896.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 191 (75% from 255) = 78.93%
R=2.48%
G=18.60%
B=78.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6451910.970.7600.25227.3593.9138.63
Hex62DBF614C019e35e27
Octal65527714111403134313647
Binary1101011011011111111000011001100011001111000111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,45,191); }

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

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

 a { background-color: rgb(6,45,191); }

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

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

 span { border-color: rgb(6,45,191); }

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