Html Css Color HEX #063CBF Persian Blue

📋 copy color: '#063CBF'

red 6 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #063CBF

Tints of Persian Blue #063CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

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

R = 2.33%
G = 23.35%
B = 74.32%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#063CBF (or 0x063CBF) is known color: Persian Blue. HEX triplet: 06, 3C and BF. RGB value is (6,60,191). Sum of RGB (Red+Green+Blue) = 6+60+191=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #063CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CBF is #F9C340. Grayscale: #3A3A3A. Windows color (decimal): -16368449 or 12532742. OLE color: 12532742.

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

Color convert

RGB 6 60 191 -
CMYK 0.97 0.69 0 0.25
HSL 222.49º 0.94% 0.39% -
HSV(B) 222.49º 0.97% 0.75% -
XYZ 11.09 7.03 50.06 -
YUV 58.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 6 60 191 0.97 0.69 0 0.25 222.49 0.94 0.39
Hex 6 3C BF 61 45 0 19 DE 5E 27
Octal 6 74 277 141 105 0 31 336 136 47
Binary 110 111100 10111111 1100001 1000101 0 11001 11011110 1011110 100111

Color Harmonies of #063CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CBF

Black with #063CBF

Text Example


Text Example

White with #063CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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