Html Css Color HEX #063DBF Persian Blue

📋 copy color: '#063DBF'

red 6 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #063DBF

Tints of Persian Blue #063DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 2.33%
G = 23.64%
B = 74.03%

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

#063DBF (or 0x063DBF) is known color: Persian Blue. HEX triplet: 06, 3D and BF. RGB value is (6,61,191). Sum of RGB (Red+Green+Blue) = 6+61+191=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #063DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DBF is #F9C240. Grayscale: #3A3A3A. Windows color (decimal): -16368193 or 12532998. OLE color: 12532998.

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

Color convert

RGB 6 61 191 -
CMYK 0.97 0.68 0 0.25
HSL 222.16º 0.94% 0.39% -
HSV(B) 222.16º 0.97% 0.75% -
XYZ 11.15 7.14 50.08 -
YUV 59.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 6 61 191 0.97 0.68 0 0.25 222.16 0.94 0.39
Hex 6 3D BF 61 44 0 19 DE 5E 27
Octal 6 75 277 141 104 0 31 336 136 47
Binary 110 111101 10111111 1100001 1000100 0 11001 11011110 1011110 100111

Color Harmonies of #063DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DBF

Black with #063DBF

Text Example


Text Example

White with #063DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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