Html Css Color HEX #0641DA Persian Blue

📋 copy color: '#0641DA'

red 6 ◦ green 65 ◦ blue 218

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

Shades of Persian Blue #0641DA

Tints of Persian Blue #0641DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

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

R = 2.08%
G = 22.49%
B = 75.43%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0641DA (or 0x0641DA) is known color: Persian Blue. HEX triplet: 06, 41 and DA. RGB value is (6,65,218). Sum of RGB (Red+Green+Blue) = 6+65+218=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #0641DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641DA is #F9BE25. Grayscale: #404040. Windows color (decimal): -16367142 or 14303494. OLE color: 14303494.

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

Color convert

RGB 6 65 218 -
CMYK 0.97 0.70 0 0.15
HSL 223.3º 0.95% 0.44% -
HSV(B) 223.3º 0.97% 0.85% -
XYZ 14.62 8.88 67.27 -
YUV 64.8 214.45 86.06 -
System Red Green Blue C M Y K H S L
Decimal 6 65 218 0.97 0.70 0 0.15 223.3 0.95 0.44
Hex 6 41 DA 61 46 0 F DF 5F 2C
Octal 6 101 332 141 106 0 17 337 137 54
Binary 110 1000001 11011010 1100001 1000110 0 1111 11011111 1011111 101100

Color Harmonies of #0641DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0641DA

Black with #0641DA

Text Example


Text Example

White with #0641DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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