Html Css Color HEX #063EDA Persian Blue

📋 copy color: '#063EDA'

red 6 ◦ green 62 ◦ blue 218

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

Shades of Persian Blue #063EDA

Tints of Persian Blue #063EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.22%

R = 2.1%
G = 21.68%
B = 76.22%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#063EDA (or 0x063EDA) is known color: Persian Blue. HEX triplet: 06, 3E and DA. RGB value is (6,62,218). Sum of RGB (Red+Green+Blue) = 6+62+218=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #063EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDA is #F9C125. Grayscale: #3E3E3E. Windows color (decimal): -16367910 or 14302726. OLE color: 14302726.

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

Color convert

RGB 6 62 218 -
CMYK 0.97 0.72 0 0.15
HSL 224.15º 0.95% 0.44% -
HSV(B) 224.15º 0.97% 0.85% -
XYZ 14.45 8.55 67.22 -
YUV 63.04 215.45 87.32 -
System Red Green Blue C M Y K H S L
Decimal 6 62 218 0.97 0.72 0 0.15 224.15 0.95 0.44
Hex 6 3E DA 61 48 0 F E0 5F 2C
Octal 6 76 332 141 110 0 17 340 137 54
Binary 110 111110 11011010 1100001 1001000 0 1111 11100000 1011111 101100

Color Harmonies of #063EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EDA

Black with #063EDA

Text Example


Text Example

White with #063EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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