Html Css Color HEX #062ACC Persian Blue

📋 copy color: '#062ACC'

red 6 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #062ACC

Tints of Persian Blue #062ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.95%

R = 2.38%
G = 16.67%
B = 80.95%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#062ACC (or 0x062ACC) is known color: Persian Blue. HEX triplet: 06, 2A and CC. RGB value is (6,42,204). Sum of RGB (Red+Green+Blue) = 6+42+204=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #062ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ACC is #F9D533. Grayscale: #313131. Windows color (decimal): -16373044 or 13380102. OLE color: 13380102.

HSL color Cylindrical-coordinate representation of color #062ACC: hue angle of 229.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062ACC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 42 204 -
CMYK 0.97 0.79 0 0.2
HSL 229.09º 0.94% 0.41% -
HSV(B) 229.09º 0.97% 0.8% -
XYZ 11.8 6.05 57.67 -
YUV 49.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 6 42 204 0.97 0.79 0 0.2 229.09 0.94 0.41
Hex 6 2A CC 61 4F 0 14 E5 5E 29
Octal 6 52 314 141 117 0 24 345 136 51
Binary 110 101010 11001100 1100001 1001111 0 10100 11100101 1011110 101001

Color Harmonies of #062ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ACC

Black with #062ACC

Text Example


Text Example

White with #062ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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