Html Css Color HEX #063BE8 Persian Blue

📋 copy color: '#063BE8'

red 6 ◦ green 59 ◦ blue 232

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

Shades of Persian Blue #063BE8

Tints of Persian Blue #063BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 78.11%

R = 2.02%
G = 19.87%
B = 78.11%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#063BE8 (or 0x063BE8) is known color: Persian Blue. HEX triplet: 06, 3B and E8. RGB value is (6,59,232). Sum of RGB (Red+Green+Blue) = 6+59+232=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 232 (91.02% from 255 or 78.11% from 297); Max value from RGB is 232 - color contains mainly: blue. Hex color #063BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BE8 is #F9C417. Grayscale: #3E3E3E. Windows color (decimal): -16368664 or 15219462. OLE color: 15219462.

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

Color convert

RGB 6 59 232 -
CMYK 0.97 0.75 0 0.09
HSL 225.93º 0.95% 0.47% -
HSV(B) 225.93º 0.97% 0.91% -
XYZ 16.2 8.99 77.23 -
YUV 62.88 223.44 87.43 -
System Red Green Blue C M Y K H S L
Decimal 6 59 232 0.97 0.75 0 0.09 225.93 0.95 0.47
Hex 6 3B E8 61 4B 0 9 E2 5F 2F
Octal 6 73 350 141 113 0 11 342 137 57
Binary 110 111011 11101000 1100001 1001011 0 1001 11100010 1011111 101111

Color Harmonies of #063BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BE8

Black with #063BE8

Text Example


Text Example

White with #063BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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