Html Css Color HEX #0D08A0 New Midnight Blue

📋 copy color: '#0D08A0'

red 13 ◦ green 8 ◦ blue 160

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

Shades of New Midnight Blue #0D08A0

Tints of New Midnight Blue #0D08A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 160 (62.89% from 255) = 88.4%

R = 7.18%
G = 4.42%
B = 88.4%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0D08A0 (or 0x0D08A0) is known color: New Midnight Blue. HEX triplet: 0D, 08 and A0. RGB value is (13,8,160). Sum of RGB (Red+Green+Blue) = 13+8+160=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 160 (62.89% from 255 or 88.40% from 181); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D08A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D08A0 is #F2F75F. Grayscale: #1A1A1A. Windows color (decimal): -15923040 or 10487821. OLE color: 10487821.

HSL color Cylindrical-coordinate representation of color #0D08A0: hue angle of 241.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D08A0 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 8 160 -
CMYK 0.92 0.95 0 0.37
HSL 241.97º 0.9% 0.33% -
HSV(B) 241.97º 0.95% 0.63% -
XYZ 6.6 2.8 33.45 -
YUV 26.82 203.16 118.14 -
System Red Green Blue C M Y K H S L
Decimal 13 8 160 0.92 0.95 0 0.37 241.97 0.9 0.33
Hex D 8 A0 5C 5F 0 25 F2 5A 21
Octal 15 10 240 134 137 0 45 362 132 41
Binary 1101 1000 10100000 1011100 1011111 0 100101 11110010 1011010 100001

Color Harmonies of #0D08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D08A0

Black with #0D08A0

Text Example


Text Example

White with #0D08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,160); }

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

background-color css

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

 a { background-color: rgb(13,8,160); }

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

border-color css

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

 span { border-color: rgb(13,8,160); }

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