Html Css Color HEX #063CBE Persian Blue

📋 copy color: '#063CBE'

red 6 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #063CBE

Tints of Persian Blue #063CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 2.34%
G = 23.44%
B = 74.22%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#063CBE (or 0x063CBE) is known color: Persian Blue. HEX triplet: 06, 3C and BE. RGB value is (6,60,190). Sum of RGB (Red+Green+Blue) = 6+60+190=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #063CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CBE is #F9C341. Grayscale: #3A3A3A. Windows color (decimal): -16368450 or 12467206. OLE color: 12467206.

HSL color Cylindrical-coordinate representation of color #063CBE: hue angle of 222.39º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CBE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 60 190 -
CMYK 0.97 0.68 0 0.25
HSL 222.39º 0.94% 0.38% -
HSV(B) 222.39º 0.97% 0.75% -
XYZ 10.99 6.99 49.49 -
YUV 58.67 202.11 90.43 -
System Red Green Blue C M Y K H S L
Decimal 6 60 190 0.97 0.68 0 0.25 222.39 0.94 0.38
Hex 6 3C BE 61 44 0 19 DE 5E 26
Octal 6 74 276 141 104 0 31 336 136 46
Binary 110 111100 10111110 1100001 1000100 0 11001 11011110 1011110 100110

Color Harmonies of #063CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CBE

Black with #063CBE

Text Example


Text Example

White with #063CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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