Html Css Color HEX #261D72 Midnight Blue

📋 copy color: '#261D72'

red 38 ◦ green 29 ◦ blue 114

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

Shades of Midnight Blue #261D72

Tints of Midnight Blue #261D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 62.98%

R = 20.99%
G = 16.02%
B = 62.98%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#261D72 (or 0x261D72) is known color: Midnight Blue. HEX triplet: 26, 1D and 72. RGB value is (38,29,114). Sum of RGB (Red+Green+Blue) = 38+29+114=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #261D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261D72 is #D9E28D. Grayscale: #292929. Windows color (decimal): -14279310 or 7478566. OLE color: 7478566.

HSL color Cylindrical-coordinate representation of color #261D72: hue angle of 246.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261D72 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 29 114 -
CMYK 0.67 0.75 0 0.55
HSL 246.35º 0.59% 0.28% -
HSV(B) 246.35º 0.75% 0.45% -
XYZ 4.28 2.51 16.18 -
YUV 41.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 38 29 114 0.67 0.75 0 0.55 246.35 0.59 0.28
Hex 26 1D 72 43 4B 0 37 F6 3B 1C
Octal 46 35 162 103 113 0 67 366 73 34
Binary 100110 11101 1110010 1000011 1001011 0 110111 11110110 111011 11100

Color Harmonies of #261D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261D72

Black with #261D72

Text Example


Text Example

White with #261D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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