Html Css Color HEX #0D009D New Midnight Blue

📋 copy color: '#0D009D'

red 13 ◦ green 0 ◦ blue 157

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

Shades of New Midnight Blue #0D009D

Tints of New Midnight Blue #0D009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 92.35%

R = 7.65%
G = 0%
B = 92.35%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D009D (or 0x0D009D) is known color: New Midnight Blue. HEX triplet: 0D, 00 and 9D. RGB value is (13,0,157). Sum of RGB (Red+Green+Blue) = 13+0+157=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D009D is #F2FF62. Grayscale: #151515. Windows color (decimal): -15925091 or 10289165. OLE color: 10289165.

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

Color convert

RGB 13 0 157 -
CMYK 0.92 1 0 0.38
HSL 244.97º 1% 0.31% -
HSV(B) 244.97º 1% 0.62% -
XYZ 6.25 2.52 32.06 -
YUV 21.79 204.31 121.73 -
System Red Green Blue C M Y K H S L
Decimal 13 0 157 0.92 1 0 0.38 244.97 1 0.31
Hex D 0 9D 5C 64 0 26 F5 64 1F
Octal 15 0 235 134 144 0 46 365 144 37
Binary 1101 0 10011101 1011100 1100100 0 100110 11110101 1100100 11111

Color Harmonies of #0D009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D009D

Black with #0D009D

Text Example


Text Example

White with #0D009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,0,157); }

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

background-color css

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

 a { background-color: rgb(13,0,157); }

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

border-color css

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

 span { border-color: rgb(13,0,157); }

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