Html Css Color HEX #063BDB Persian Blue

📋 copy color: '#063BDB'

red 6 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #063BDB

Tints of Persian Blue #063BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 2.11%
G = 20.77%
B = 77.11%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063BDB (or 0x063BDB) is known color: Persian Blue. HEX triplet: 06, 3B and DB. RGB value is (6,59,219). Sum of RGB (Red+Green+Blue) = 6+59+219=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #063BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BDB is #F9C424. Grayscale: #3C3C3C. Windows color (decimal): -16368677 or 14367494. OLE color: 14367494.

HSL color Cylindrical-coordinate representation of color #063BDB: hue angle of 225.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BDB is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 59 219 -
CMYK 0.97 0.73 0 0.14
HSL 225.07º 0.95% 0.44% -
HSV(B) 225.07º 0.97% 0.86% -
XYZ 14.43 8.28 67.86 -
YUV 61.39 216.94 88.49 -
System Red Green Blue C M Y K H S L
Decimal 6 59 219 0.97 0.73 0 0.14 225.07 0.95 0.44
Hex 6 3B DB 61 49 0 E E1 5F 2C
Octal 6 73 333 141 111 0 16 341 137 54
Binary 110 111011 11011011 1100001 1001001 0 1110 11100001 1011111 101100

Color Harmonies of #063BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BDB

Black with #063BDB

Text Example


Text Example

White with #063BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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