Html Css Color HEX #1D0960 Midnight Blue

📋 copy color: '#1D0960'

red 29 ◦ green 9 ◦ blue 96

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

Shades of Midnight Blue #1D0960

Tints of Midnight Blue #1D0960

RGB

 RED value IS 29 (11.72% from 255) = 21.64%

 GREEN value IS 9 (3.91% from 255) = 6.72%

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 21.64%
G = 6.72%
B = 71.64%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1D0960 (or 0x1D0960) is known color: Midnight Blue. HEX triplet: 1D, 09 and 60. RGB value is (29,9,96). Sum of RGB (Red+Green+Blue) = 29+9+96=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D0960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0960 is #E2F69F. Grayscale: #181818. Windows color (decimal): -14874272 or 6293789. OLE color: 6293789.

HSL color Cylindrical-coordinate representation of color #1D0960: hue angle of 253.79º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0960 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 29 9 96 -
CMYK 0.70 0.91 0 0.62
HSL 253.79º 0.83% 0.21% -
HSV(B) 253.79º 0.91% 0.38% -
XYZ 2.72 1.3 11.17 -
YUV 24.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 29 9 96 0.70 0.91 0 0.62 253.79 0.83 0.21
Hex 1D 9 60 46 5B 0 3E FE 53 15
Octal 35 11 140 106 133 0 76 376 123 25
Binary 11101 1001 1100000 1000110 1011011 0 111110 11111110 1010011 10101

Color Harmonies of #1D0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0960

Black with #1D0960

Text Example


Text Example

White with #1D0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0960; }

 p { color: rgb(29,9,96); }

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

background-color css

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

 a { background-color: rgb(29,9,96); }

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

border-color css

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

 span { border-color: rgb(29,9,96); }

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