Html Css Color HEX #063EDB Persian Blue

📋 copy color: '#063EDB'

red 6 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #063EDB

Tints of Persian Blue #063EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

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

R = 2.09%
G = 21.6%
B = 76.31%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063EDB (or 0x063EDB) is known color: Persian Blue. HEX triplet: 06, 3E and DB. RGB value is (6,62,219). Sum of RGB (Red+Green+Blue) = 6+62+219=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #063EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDB is #F9C124. Grayscale: #3E3E3E. Windows color (decimal): -16367909 or 14368262. OLE color: 14368262.

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

Color convert

RGB 6 62 219 -
CMYK 0.97 0.72 0 0.14
HSL 224.23º 0.95% 0.44% -
HSV(B) 224.23º 0.97% 0.86% -
XYZ 14.58 8.6 67.91 -
YUV 63.15 215.95 87.23 -
System Red Green Blue C M Y K H S L
Decimal 6 62 219 0.97 0.72 0 0.14 224.23 0.95 0.44
Hex 6 3E DB 61 48 0 E E0 5F 2C
Octal 6 76 333 141 110 0 16 340 137 54
Binary 110 111110 11011011 1100001 1001000 0 1110 11100000 1011111 101100

Color Harmonies of #063EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EDB

Black with #063EDB

Text Example


Text Example

White with #063EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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