Html Css Color HEX #063FEA Persian Blue

📋 copy color: '#063FEA'

red 6 ◦ green 63 ◦ blue 234

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

Shades of Persian Blue #063FEA

Tints of Persian Blue #063FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 1.98%
G = 20.79%
B = 77.23%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#063FEA (or 0x063FEA) is known color: Persian Blue. HEX triplet: 06, 3F and EA. RGB value is (6,63,234). Sum of RGB (Red+Green+Blue) = 6+63+234=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #063FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FEA is #F9C015. Grayscale: #404040. Windows color (decimal): -16367638 or 15351558. OLE color: 15351558.

HSL color Cylindrical-coordinate representation of color #063FEA: hue angle of 225º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FEA is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 63 234 -
CMYK 0.97 0.73 0 0.08
HSL 225º 0.95% 0.47% -
HSV(B) 225º 0.97% 0.92% -
XYZ 16.7 9.53 78.8 -
YUV 65.45 223.12 85.6 -
System Red Green Blue C M Y K H S L
Decimal 6 63 234 0.97 0.73 0 0.08 225 0.95 0.47
Hex 6 3F EA 61 49 0 8 E1 5F 2F
Octal 6 77 352 141 111 0 10 341 137 57
Binary 110 111111 11101010 1100001 1001001 0 1000 11100001 1011111 101111

Color Harmonies of #063FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FEA

Black with #063FEA

Text Example


Text Example

White with #063FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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