Html Css Color HEX #063FDB Persian Blue

📋 copy color: '#063FDB'

red 6 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #063FDB

Tints of Persian Blue #063FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

 BLUE value IS 219 (85.94% from 255) = 76.04%

R = 2.08%
G = 21.88%
B = 76.04%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063FDB (or 0x063FDB) is known color: Persian Blue. HEX triplet: 06, 3F and DB. RGB value is (6,63,219). Sum of RGB (Red+Green+Blue) = 6+63+219=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #063FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FDB is #F9C024. Grayscale: #3F3F3F. Windows color (decimal): -16367653 or 14368518. OLE color: 14368518.

HSL color Cylindrical-coordinate representation of color #063FDB: hue angle of 223.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FDB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 63 219 -
CMYK 0.97 0.71 0 0.14
HSL 223.94º 0.95% 0.44% -
HSV(B) 223.94º 0.97% 0.86% -
XYZ 14.64 8.71 67.93 -
YUV 63.74 215.62 86.82 -
System Red Green Blue C M Y K H S L
Decimal 6 63 219 0.97 0.71 0 0.14 223.94 0.95 0.44
Hex 6 3F DB 61 47 0 E E0 5F 2C
Octal 6 77 333 141 107 0 16 340 137 54
Binary 110 111111 11011011 1100001 1000111 0 1110 11100000 1011111 101100

Color Harmonies of #063FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FDB

Black with #063FDB

Text Example


Text Example

White with #063FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,63,219); }

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

background-color css

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

 a { background-color: rgb(6,63,219); }

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

border-color css

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

 span { border-color: rgb(6,63,219); }

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