Html Css Color HEX #062DBF Persian Blue

📋 copy color: '#062DBF'

red 6 ◦ green 45 ◦ blue 191

#062DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #062DBF

Tints of Persian Blue #062DBF

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 191 (75% from 255) = 78.93%

R = 2.48%
G = 18.6%
B = 78.93%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#062DBF (or 0x062DBF) is known color: 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

RGB 6 45 191 -
CMYK 0.97 0.76 0 0.25
HSL 227.35º 0.94% 0.39% -
HSV(B) 227.35º 0.97% 0.75% -
XYZ 10.42 5.68 49.84 -
YUV 49.98 207.58 96.63 -
System Red Green Blue C M Y K H S L
Decimal 6 45 191 0.97 0.76 0 0.25 227.35 0.94 0.39
Hex 6 2D BF 61 4C 0 19 E3 5E 27
Octal 6 55 277 141 114 0 31 343 136 47
Binary 110 101101 10111111 1100001 1001100 0 11001 11100011 1011110 100111

Color Harmonies of #062DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DBF

Black with #062DBF

Text Example


Text Example

White with #062DBF

Text Example


Text Example

HTML Codes & Css Web 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>