Html Css Color HEX #063CCB Persian Blue

📋 copy color: '#063CCB'

red 6 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #063CCB

Tints of Persian Blue #063CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.3%

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

R = 2.23%
G = 22.3%
B = 75.46%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063CCB (or 0x063CCB) is known color: Persian Blue. HEX triplet: 06, 3C and CB. RGB value is (6,60,203). Sum of RGB (Red+Green+Blue) = 6+60+203=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #063CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CCB is #F9C334. Grayscale: #3B3B3B. Windows color (decimal): -16368437 or 13319174. OLE color: 13319174.

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

Color convert

RGB 6 60 203 -
CMYK 0.97 0.70 0 0.20
HSL 223.55º 0.94% 0.41% -
HSV(B) 223.55º 0.97% 0.8% -
XYZ 12.47 7.58 57.31 -
YUV 60.16 208.61 89.37 -
System Red Green Blue C M Y K H S L
Decimal 6 60 203 0.97 0.70 0 0.20 223.55 0.94 0.41
Hex 6 3C CB 61 46 0 14 E0 5E 29
Octal 6 74 313 141 106 0 24 340 136 51
Binary 110 111100 11001011 1100001 1000110 0 10100 11100000 1011110 101001

Color Harmonies of #063CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CCB

Black with #063CCB

Text Example


Text Example

White with #063CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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