Html Css Color HEX #062AC0 Persian Blue

📋 copy color: '#062AC0'

red 6 ◦ green 42 ◦ blue 192

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

Shades of Persian Blue #062AC0

Tints of Persian Blue #062AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

 BLUE value IS 192 (75.39% from 255) = 80%

R = 2.5%
G = 17.5%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#062AC0 (or 0x062AC0) is known color: Persian Blue. HEX triplet: 06, 2A and C0. RGB value is (6,42,192). Sum of RGB (Red+Green+Blue) = 6+42+192=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #062AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062AC0 is #F9D53F. Grayscale: #2F2F2F. Windows color (decimal): -16373056 or 12593670. OLE color: 12593670.

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

Color convert

RGB 6 42 192 -
CMYK 0.97 0.78 0 0.25
HSL 228.39º 0.94% 0.39% -
HSV(B) 228.39º 0.97% 0.75% -
XYZ 10.42 5.5 50.38 -
YUV 48.34 209.07 97.8 -
System Red Green Blue C M Y K H S L
Decimal 6 42 192 0.97 0.78 0 0.25 228.39 0.94 0.39
Hex 6 2A C0 61 4E 0 19 E4 5E 27
Octal 6 52 300 141 116 0 31 344 136 47
Binary 110 101010 11000000 1100001 1001110 0 11001 11100100 1011110 100111

Color Harmonies of #062AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062AC0

Black with #062AC0

Text Example


Text Example

White with #062AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #062AC0;
 }
 .AnyTagClassName
 {
   color: #062AC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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