Html Css Color HEX #261A5F Paris M

📋 copy color: '#261A5F'

red 38 ◦ green 26 ◦ blue 95

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

Shades of Paris M #261A5F

Tints of Paris M #261A5F

RGB

 RED value IS 38 (15.23% from 255) = 23.9%

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 95 (37.5% from 255) = 59.75%

R = 23.9%
G = 16.35%
B = 59.75%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#261A5F (or 0x261A5F) is known color: Paris M. HEX triplet: 26, 1A and 5F. RGB value is (38,26,95). Sum of RGB (Red+Green+Blue) = 38+26+95=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #261A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A5F is #D9E5A0. Grayscale: #252525. Windows color (decimal): -14280097 or 6232614. OLE color: 6232614.

HSL color Cylindrical-coordinate representation of color #261A5F: hue angle of 250.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261A5F is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 26 95 -
CMYK 0.60 0.73 0 0.63
HSL 250.43º 0.57% 0.24% -
HSV(B) 250.43º 0.73% 0.37% -
XYZ 3.23 1.98 11.04 -
YUV 37.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 38 26 95 0.60 0.73 0 0.63 250.43 0.57 0.24
Hex 26 1A 5F 3C 49 0 3F FA 39 18
Octal 46 32 137 74 111 0 77 372 71 30
Binary 100110 11010 1011111 111100 1001001 0 111111 11111010 111001 11000

Color Harmonies of #261A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261A5F

Black with #261A5F

Text Example


Text Example

White with #261A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261A5F; }

 p { color: rgb(38,26,95); }

 H1.HeaderClassName
 {
   color: #261A5F;
 }
 .AnyTagClassName
 {
   color: #261A5F;
 }
</style>

background-color css

<style>
 a { background-color: #261A5F; }

 a { background-color: rgb(38,26,95); }

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

border-color css

<style>
 span { border-color: #261A5F; }

 span { border-color: rgb(38,26,95); }

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