Html Css Color HEX #0D0AAC New Midnight Blue

📋 copy color: '#0D0AAC'

red 13 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #0D0AAC

Tints of New Midnight Blue #0D0AAC

RGB

 RED value IS 13 (5.47% from 255) = 6.67%

 GREEN value IS 10 (4.3% from 255) = 5.13%

 BLUE value IS 172 (67.58% from 255) = 88.21%

R = 6.67%
G = 5.13%
B = 88.21%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D0AAC (or 0x0D0AAC) is known color: New Midnight Blue. HEX triplet: 0D, 0A and AC. RGB value is (13,10,172). Sum of RGB (Red+Green+Blue) = 13+10+172=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D0AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0AAC is #F2F553. Grayscale: #1C1C1C. Windows color (decimal): -15922516 or 11274765. OLE color: 11274765.

HSL color Cylindrical-coordinate representation of color #0D0AAC: hue angle of 241.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0AAC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 10 172 -
CMYK 0.92 0.94 0 0.33
HSL 241.11º 0.89% 0.36% -
HSV(B) 241.11º 0.94% 0.67% -
XYZ 7.72 3.28 39.26 -
YUV 29.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 13 10 172 0.92 0.94 0 0.33 241.11 0.89 0.36
Hex D A AC 5C 5E 0 21 F1 59 24
Octal 15 12 254 134 136 0 41 361 131 44
Binary 1101 1010 10101100 1011100 1011110 0 100001 11110001 1011001 100100

Color Harmonies of #0D0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0AAC

Black with #0D0AAC

Text Example


Text Example

White with #0D0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0AAC; }

 p { color: rgb(13,10,172); }

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

background-color css

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

 a { background-color: rgb(13,10,172); }

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

border-color css

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

 span { border-color: rgb(13,10,172); }

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