Html Css Color HEX #062ACE Persian Blue

📋 copy color: '#062ACE'

red 6 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #062ACE

Tints of Persian Blue #062ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.1%

R = 2.36%
G = 16.54%
B = 81.1%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#062ACE (or 0x062ACE) is known color: Persian Blue. HEX triplet: 06, 2A and CE. RGB value is (6,42,206). Sum of RGB (Red+Green+Blue) = 6+42+206=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #062ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ACE is #F9D531. Grayscale: #313131. Windows color (decimal): -16373042 or 13511174. OLE color: 13511174.

HSL color Cylindrical-coordinate representation of color #062ACE: hue angle of 229.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062ACE is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 42 206 -
CMYK 0.97 0.80 0 0.19
HSL 229.2º 0.94% 0.42% -
HSV(B) 229.2º 0.97% 0.81% -
XYZ 12.04 6.15 58.94 -
YUV 49.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 6 42 206 0.97 0.80 0 0.19 229.2 0.94 0.42
Hex 6 2A CE 61 50 0 13 E5 5E 2A
Octal 6 52 316 141 120 0 23 345 136 52
Binary 110 101010 11001110 1100001 1010000 0 10011 11100101 1011110 101010

Color Harmonies of #062ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ACE

Black with #062ACE

Text Example


Text Example

White with #062ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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