Html Css Color HEX #063BDA Persian Blue

📋 copy color: '#063BDA'

red 6 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #063BDA

Tints of Persian Blue #063BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 2.12%
G = 20.85%
B = 77.03%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#063BDA (or 0x063BDA) is known color: Persian Blue. HEX triplet: 06, 3B and DA. RGB value is (6,59,218). Sum of RGB (Red+Green+Blue) = 6+59+218=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #063BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BDA is #F9C425. Grayscale: #3C3C3C. Windows color (decimal): -16368678 or 14301958. OLE color: 14301958.

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

Color convert

RGB 6 59 218 -
CMYK 0.97 0.73 0 0.15
HSL 225º 0.95% 0.44% -
HSV(B) 225º 0.97% 0.85% -
XYZ 14.29 8.23 67.16 -
YUV 61.28 216.44 88.57 -
System Red Green Blue C M Y K H S L
Decimal 6 59 218 0.97 0.73 0 0.15 225 0.95 0.44
Hex 6 3B DA 61 49 0 F E1 5F 2C
Octal 6 73 332 141 111 0 17 341 137 54
Binary 110 111011 11011010 1100001 1001001 0 1111 11100001 1011111 101100

Color Harmonies of #063BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BDA

Black with #063BDA

Text Example


Text Example

White with #063BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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