Html Css Color HEX #063ABF Persian Blue

📋 copy color: '#063ABF'

red 6 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #063ABF

Tints of Persian Blue #063ABF

RGB

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

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

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

R = 2.35%
G = 22.75%
B = 74.9%

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

#063ABF (or 0x063ABF) is known color: Persian Blue. HEX triplet: 06, 3A and BF. RGB value is (6,58,191). Sum of RGB (Red+Green+Blue) = 6+58+191=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #063ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ABF is #F9C540. Grayscale: #393939. Windows color (decimal): -16368961 or 12532230. OLE color: 12532230.

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

Color convert

RGB 6 58 191 -
CMYK 0.97 0.70 0 0.25
HSL 223.14º 0.94% 0.39% -
HSV(B) 223.14º 0.97% 0.75% -
XYZ 10.99 6.83 50.03 -
YUV 57.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 6 58 191 0.97 0.70 0 0.25 223.14 0.94 0.39
Hex 6 3A BF 61 46 0 19 DF 5E 27
Octal 6 72 277 141 106 0 31 337 136 47
Binary 110 111010 10111111 1100001 1000110 0 11001 11011111 1011110 100111

Color Harmonies of #063ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ABF

Black with #063ABF

Text Example


Text Example

White with #063ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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