Html Css Color HEX #063BBF Persian Blue

📋 copy color: '#063BBF'

red 6 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #063BBF

Tints of Persian Blue #063BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.61%

R = 2.34%
G = 23.05%
B = 74.61%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#063BBF (or 0x063BBF) is known color: Persian Blue. HEX triplet: 06, 3B and BF. RGB value is (6,59,191). Sum of RGB (Red+Green+Blue) = 6+59+191=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #063BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BBF is #F9C440. Grayscale: #393939. Windows color (decimal): -16368705 or 12532486. OLE color: 12532486.

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

Color convert

RGB 6 59 191 -
CMYK 0.97 0.69 0 0.25
HSL 222.81º 0.94% 0.39% -
HSV(B) 222.81º 0.97% 0.75% -
XYZ 11.04 6.93 50.05 -
YUV 58.2 202.94 90.77 -
System Red Green Blue C M Y K H S L
Decimal 6 59 191 0.97 0.69 0 0.25 222.81 0.94 0.39
Hex 6 3B BF 61 45 0 19 DF 5E 27
Octal 6 73 277 141 105 0 31 337 136 47
Binary 110 111011 10111111 1100001 1000101 0 11001 11011111 1011110 100111

Color Harmonies of #063BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BBF

Black with #063BBF

Text Example


Text Example

White with #063BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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