Html Css Color HEX #063ADB Persian Blue

📋 copy color: '#063ADB'

red 6 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #063ADB

Tints of Persian Blue #063ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 2.12%
G = 20.49%
B = 77.39%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063ADB (or 0x063ADB) is known color: Persian Blue. HEX triplet: 06, 3A and DB. RGB value is (6,58,219). Sum of RGB (Red+Green+Blue) = 6+58+219=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #063ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ADB is #F9C524. Grayscale: #3C3C3C. Windows color (decimal): -16368933 or 14367238. OLE color: 14367238.

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

Color convert

RGB 6 58 219 -
CMYK 0.97 0.74 0 0.14
HSL 225.35º 0.95% 0.44% -
HSV(B) 225.35º 0.97% 0.86% -
XYZ 14.37 8.18 67.84 -
YUV 60.81 217.27 88.91 -
System Red Green Blue C M Y K H S L
Decimal 6 58 219 0.97 0.74 0 0.14 225.35 0.95 0.44
Hex 6 3A DB 61 4A 0 E E1 5F 2C
Octal 6 72 333 141 112 0 16 341 137 54
Binary 110 111010 11011011 1100001 1001010 0 1110 11100001 1011111 101100

Color Harmonies of #063ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ADB

Black with #063ADB

Text Example


Text Example

White with #063ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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