Html Css Color HEX #063BE0 Persian Blue

📋 copy color: '#063BE0'

red 6 ◦ green 59 ◦ blue 224

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

Shades of Persian Blue #063BE0

Tints of Persian Blue #063BE0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.42%

 BLUE value IS 224 (87.89% from 255) = 77.51%

R = 2.08%
G = 20.42%
B = 77.51%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#063BE0 (or 0x063BE0) is known color: Persian Blue. HEX triplet: 06, 3B and E0. RGB value is (6,59,224). Sum of RGB (Red+Green+Blue) = 6+59+224=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #063BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BE0 is #F9C41F. Grayscale: #3D3D3D. Windows color (decimal): -16368672 or 14695174. OLE color: 14695174.

HSL color Cylindrical-coordinate representation of color #063BE0: hue angle of 225.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BE0 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 59 224 -
CMYK 0.97 0.74 0 0.12
HSL 225.41º 0.95% 0.45% -
HSV(B) 225.41º 0.97% 0.88% -
XYZ 15.09 8.55 71.38 -
YUV 61.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 6 59 224 0.97 0.74 0 0.12 225.41 0.95 0.45
Hex 6 3B E0 61 4A 0 C E1 5F 2D
Octal 6 73 340 141 112 0 14 341 137 55
Binary 110 111011 11100000 1100001 1001010 0 1100 11100001 1011111 101101

Color Harmonies of #063BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BE0

Black with #063BE0

Text Example


Text Example

White with #063BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,224); }

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

background-color css

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

 a { background-color: rgb(6,59,224); }

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

border-color css

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

 span { border-color: rgb(6,59,224); }

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