Html Css Color HEX #0D0BAC New Midnight Blue

📋 copy color: '#0D0BAC'

red 13 ◦ green 11 ◦ blue 172

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

Shades of New Midnight Blue #0D0BAC

Tints of New Midnight Blue #0D0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.61%

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

R = 6.63%
G = 5.61%
B = 87.76%

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

#0D0BAC (or 0x0D0BAC) is known color: New Midnight Blue. HEX triplet: 0D, 0B and AC. RGB value is (13,11,172). Sum of RGB (Red+Green+Blue) = 13+11+172=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D0BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0BAC is #F2F453. Grayscale: #1D1D1D. Windows color (decimal): -15922260 or 11275021. OLE color: 11275021.

HSL color Cylindrical-coordinate representation of color #0D0BAC: hue angle of 240.75º degrees, saturation: 0.88, 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 #0D0BAC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 11 172 -
CMYK 0.92 0.94 0 0.33
HSL 240.75º 0.88% 0.36% -
HSV(B) 240.75º 0.94% 0.67% -
XYZ 7.73 3.3 39.26 -
YUV 29.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 13 11 172 0.92 0.94 0 0.33 240.75 0.88 0.36
Hex D B AC 5C 5E 0 21 F1 58 24
Octal 15 13 254 134 136 0 41 361 130 44
Binary 1101 1011 10101100 1011100 1011110 0 100001 11110001 1011000 100100

Color Harmonies of #0D0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0BAC

Black with #0D0BAC

Text Example


Text Example

White with #0D0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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