Html Css Color HEX #0D079E New Midnight Blue

📋 copy color: '#0D079E'

red 13 ◦ green 7 ◦ blue 158

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

Shades of New Midnight Blue #0D079E

Tints of New Midnight Blue #0D079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 158 (62.11% from 255) = 88.76%

R = 7.3%
G = 3.93%
B = 88.76%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D079E (or 0x0D079E) is known color: New Midnight Blue. HEX triplet: 0D, 07 and 9E. RGB value is (13,7,158). Sum of RGB (Red+Green+Blue) = 13+7+158=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D079E is #F2F861. Grayscale: #191919. Windows color (decimal): -15923298 or 10356493. OLE color: 10356493.

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

Color convert

RGB 13 7 158 -
CMYK 0.92 0.96 0 0.38
HSL 242.38º 0.92% 0.32% -
HSV(B) 242.38º 0.96% 0.62% -
XYZ 6.41 2.71 32.53 -
YUV 26.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 13 7 158 0.92 0.96 0 0.38 242.38 0.92 0.32
Hex D 7 9E 5C 60 0 26 F2 5C 20
Octal 15 7 236 134 140 0 46 362 134 40
Binary 1101 111 10011110 1011100 1100000 0 100110 11110010 1011100 100000

Color Harmonies of #0D079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D079E

Black with #0D079E

Text Example


Text Example

White with #0D079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,7,158); }

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

background-color css

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

 a { background-color: rgb(13,7,158); }

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

border-color css

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

 span { border-color: rgb(13,7,158); }

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