Html Css Color HEX #063BCB Persian Blue

📋 copy color: '#063BCB'

red 6 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #063BCB

Tints of Persian Blue #063BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.75%

R = 2.24%
G = 22.01%
B = 75.75%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063BCB (or 0x063BCB) is known color: Persian Blue. HEX triplet: 06, 3B and CB. RGB value is (6,59,203). Sum of RGB (Red+Green+Blue) = 6+59+203=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #063BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BCB is #F9C434. Grayscale: #3A3A3A. Windows color (decimal): -16368693 or 13318918. OLE color: 13318918.

HSL color Cylindrical-coordinate representation of color #063BCB: hue angle of 223.86º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BCB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 59 203 -
CMYK 0.97 0.71 0 0.20
HSL 223.86º 0.94% 0.41% -
HSV(B) 223.86º 0.97% 0.8% -
XYZ 12.42 7.48 57.29 -
YUV 59.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 6 59 203 0.97 0.71 0 0.20 223.86 0.94 0.41
Hex 6 3B CB 61 47 0 14 E0 5E 29
Octal 6 73 313 141 107 0 24 340 136 51
Binary 110 111011 11001011 1100001 1000111 0 10100 11100000 1011110 101001

Color Harmonies of #063BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BCB

Black with #063BCB

Text Example


Text Example

White with #063BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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