Html Css Color HEX #0640DA Persian Blue

📋 copy color: '#0640DA'

red 6 ◦ green 64 ◦ blue 218

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

Shades of Persian Blue #0640DA

Tints of Persian Blue #0640DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 2.08%
G = 22.22%
B = 75.69%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0640DA (or 0x0640DA) is known color: Persian Blue. HEX triplet: 06, 40 and DA. RGB value is (6,64,218). Sum of RGB (Red+Green+Blue) = 6+64+218=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #0640DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640DA is #F9BF25. Grayscale: #3F3F3F. Windows color (decimal): -16367398 or 14303238. OLE color: 14303238.

HSL color Cylindrical-coordinate representation of color #0640DA: hue angle of 223.58º 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 #0640DA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 64 218 -
CMYK 0.97 0.71 0 0.15
HSL 223.58º 0.95% 0.44% -
HSV(B) 223.58º 0.97% 0.85% -
XYZ 14.56 8.77 67.25 -
YUV 64.21 214.78 86.48 -
System Red Green Blue C M Y K H S L
Decimal 6 64 218 0.97 0.71 0 0.15 223.58 0.95 0.44
Hex 6 40 DA 61 47 0 F E0 5F 2C
Octal 6 100 332 141 107 0 17 340 137 54
Binary 110 1000000 11011010 1100001 1000111 0 1111 11100000 1011111 101100

Color Harmonies of #0640DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640DA

Black with #0640DA

Text Example


Text Example

White with #0640DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0640DA; }

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

 H1.HeaderClassName
 {
   color: #0640DA;
 }
 .AnyTagClassName
 {
   color: #0640DA;
 }
</style>

background-color css

<style>
 a { background-color: #0640DA; }

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

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

border-color css

<style>
 span { border-color: #0640DA; }

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

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