Html Css Color HEX #063AED Persian Blue

📋 copy color: '#063AED'

red 6 ◦ green 58 ◦ blue 237

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

Shades of Persian Blue #063AED

Tints of Persian Blue #063AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 237 (92.97% from 255) = 78.74%

R = 1.99%
G = 19.27%
B = 78.74%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#063AED (or 0x063AED) is known color: Persian Blue. HEX triplet: 06, 3A and ED. RGB value is (6,58,237). Sum of RGB (Red+Green+Blue) = 6+58+237=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #063AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063AED is #F9C512. Grayscale: #3E3E3E. Windows color (decimal): -16368915 or 15546886. OLE color: 15546886.

HSL color Cylindrical-coordinate representation of color #063AED: hue angle of 226.49º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AED is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 58 237 -
CMYK 0.97 0.76 0 0.07
HSL 226.49º 0.95% 0.48% -
HSV(B) 226.49º 0.97% 0.93% -
XYZ 16.87 9.18 81 -
YUV 62.86 226.27 87.45 -
System Red Green Blue C M Y K H S L
Decimal 6 58 237 0.97 0.76 0 0.07 226.49 0.95 0.48
Hex 6 3A ED 61 4C 0 7 E2 5F 30
Octal 6 72 355 141 114 0 7 342 137 60
Binary 110 111010 11101101 1100001 1001100 0 111 11100010 1011111 110000

Color Harmonies of #063AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AED

Black with #063AED

Text Example


Text Example

White with #063AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,58,237); }

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

background-color css

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

 a { background-color: rgb(6,58,237); }

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

border-color css

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

 span { border-color: rgb(6,58,237); }

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