Html Css Color HEX #063AC0 Persian Blue

📋 copy color: '#063AC0'

red 6 ◦ green 58 ◦ blue 192

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

Shades of Persian Blue #063AC0

Tints of Persian Blue #063AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

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

R = 2.34%
G = 22.66%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#063AC0 (or 0x063AC0) is known color: Persian Blue. HEX triplet: 06, 3A and C0. RGB value is (6,58,192). Sum of RGB (Red+Green+Blue) = 6+58+192=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #063AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063AC0 is #F9C53F. Grayscale: #393939. Windows color (decimal): -16368960 or 12597766. OLE color: 12597766.

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

Color convert

RGB 6 58 192 -
CMYK 0.97 0.70 0 0.25
HSL 223.23º 0.94% 0.39% -
HSV(B) 223.23º 0.97% 0.75% -
XYZ 11.1 6.87 50.61 -
YUV 57.73 203.77 91.1 -
System Red Green Blue C M Y K H S L
Decimal 6 58 192 0.97 0.70 0 0.25 223.23 0.94 0.39
Hex 6 3A C0 61 46 0 19 DF 5E 27
Octal 6 72 300 141 106 0 31 337 136 47
Binary 110 111010 11000000 1100001 1000110 0 11001 11011111 1011110 100111

Color Harmonies of #063AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AC0

Black with #063AC0

Text Example


Text Example

White with #063AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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