Html Css Color HEX #063FEB Persian Blue

📋 copy color: '#063FEB'

red 6 ◦ green 63 ◦ blue 235

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

Shades of Persian Blue #063FEB

Tints of Persian Blue #063FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.3%

R = 1.97%
G = 20.72%
B = 77.3%

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

#063FEB (or 0x063FEB) is known color: Persian Blue. HEX triplet: 06, 3F and EB. RGB value is (6,63,235). Sum of RGB (Red+Green+Blue) = 6+63+235=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #063FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FEB is #F9C014. Grayscale: #404040. Windows color (decimal): -16367637 or 15417094. OLE color: 15417094.

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

Color convert

RGB 6 63 235 -
CMYK 0.97 0.73 0 0.08
HSL 225.07º 0.95% 0.47% -
HSV(B) 225.07º 0.97% 0.92% -
XYZ 16.85 9.59 79.56 -
YUV 65.57 223.62 85.51 -
System Red Green Blue C M Y K H S L
Decimal 6 63 235 0.97 0.73 0 0.08 225.07 0.95 0.47
Hex 6 3F EB 61 49 0 8 E1 5F 2F
Octal 6 77 353 141 111 0 10 341 137 57
Binary 110 111111 11101011 1100001 1001001 0 1000 11100001 1011111 101111

Color Harmonies of #063FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FEB

Black with #063FEB

Text Example


Text Example

White with #063FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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