Html Css Color HEX #261D75 Midnight Blue

📋 copy color: '#261D75'

red 38 ◦ green 29 ◦ blue 117

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

Shades of Midnight Blue #261D75

Tints of Midnight Blue #261D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.76%

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 20.65%
G = 15.76%
B = 63.59%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#261D75 (or 0x261D75) is known color: Midnight Blue. HEX triplet: 26, 1D and 75. RGB value is (38,29,117). Sum of RGB (Red+Green+Blue) = 38+29+117=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #261D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261D75 is #D9E28A. Grayscale: #292929. Windows color (decimal): -14279307 or 7675174. OLE color: 7675174.

HSL color Cylindrical-coordinate representation of color #261D75: hue angle of 246.14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261D75 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 29 117 -
CMYK 0.68 0.75 0 0.54
HSL 246.14º 0.6% 0.29% -
HSV(B) 246.14º 0.75% 0.46% -
XYZ 4.45 2.58 17.09 -
YUV 41.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 38 29 117 0.68 0.75 0 0.54 246.14 0.6 0.29
Hex 26 1D 75 44 4B 0 36 F6 3C 1D
Octal 46 35 165 104 113 0 66 366 74 35
Binary 100110 11101 1110101 1000100 1001011 0 110110 11110110 111100 11101

Color Harmonies of #261D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261D75

Black with #261D75

Text Example


Text Example

White with #261D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,29,117); }

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

background-color css

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

 a { background-color: rgb(38,29,117); }

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

border-color css

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

 span { border-color: rgb(38,29,117); }

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