Html Css Color HEX #261976 Midnight Blue

📋 copy color: '#261976'

red 38 ◦ green 25 ◦ blue 118

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

Shades of Midnight Blue #261976

Tints of Midnight Blue #261976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 118 (46.48% from 255) = 65.19%

R = 20.99%
G = 13.81%
B = 65.19%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#261976 (or 0x261976) is known color: Midnight Blue. HEX triplet: 26, 19 and 76. RGB value is (38,25,118). Sum of RGB (Red+Green+Blue) = 38+25+118=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #261976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261976 is #D9E689. Grayscale: #272727. Windows color (decimal): -14280330 or 7739686. OLE color: 7739686.

HSL color Cylindrical-coordinate representation of color #261976: hue angle of 248.39º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261976 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 25 118 -
CMYK 0.68 0.79 0 0.54
HSL 248.39º 0.65% 0.28% -
HSV(B) 248.39º 0.79% 0.46% -
XYZ 4.42 2.42 17.37 -
YUV 39.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 38 25 118 0.68 0.79 0 0.54 248.39 0.65 0.28
Hex 26 19 76 44 4F 0 36 F8 41 1C
Octal 46 31 166 104 117 0 66 370 101 34
Binary 100110 11001 1110110 1000100 1001111 0 110110 11111000 1000001 11100

Color Harmonies of #261976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261976

Black with #261976

Text Example


Text Example

White with #261976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261976; }

 p { color: rgb(38,25,118); }

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

background-color css

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

 a { background-color: rgb(38,25,118); }

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

border-color css

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

 span { border-color: rgb(38,25,118); }

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