Html Css Color HEX #063BEB Persian Blue

📋 copy color: '#063BEB'

red 6 ◦ green 59 ◦ blue 235

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

Shades of Persian Blue #063BEB

Tints of Persian Blue #063BEB

RGB

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

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

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

R = 2%
G = 19.67%
B = 78.33%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#063BEB (or 0x063BEB) is known color: Persian Blue. HEX triplet: 06, 3B and EB. RGB value is (6,59,235). Sum of RGB (Red+Green+Blue) = 6+59+235=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #063BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BEB is #F9C414. Grayscale: #3E3E3E. Windows color (decimal): -16368661 or 15416070. OLE color: 15416070.

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

Color convert

RGB 6 59 235 -
CMYK 0.97 0.75 0 0.08
HSL 226.11º 0.95% 0.47% -
HSV(B) 226.11º 0.97% 0.92% -
XYZ 16.63 9.16 79.49 -
YUV 63.22 224.94 87.19 -
System Red Green Blue C M Y K H S L
Decimal 6 59 235 0.97 0.75 0 0.08 226.11 0.95 0.47
Hex 6 3B EB 61 4B 0 8 E2 5F 2F
Octal 6 73 353 141 113 0 10 342 137 57
Binary 110 111011 11101011 1100001 1001011 0 1000 11100010 1011111 101111

Color Harmonies of #063BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BEB

Black with #063BEB

Text Example


Text Example

White with #063BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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