Html Css Color HEX #0D089E New Midnight Blue

📋 copy color: '#0D089E'

red 13 ◦ green 8 ◦ blue 158

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

Shades of New Midnight Blue #0D089E

Tints of New Midnight Blue #0D089E

RGB

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

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

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

R = 7.26%
G = 4.47%
B = 88.27%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D089E (or 0x0D089E) is known color: New Midnight Blue. HEX triplet: 0D, 08 and 9E. RGB value is (13,8,158). Sum of RGB (Red+Green+Blue) = 13+8+158=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D089E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D089E is #F2F761. Grayscale: #1A1A1A. Windows color (decimal): -15923042 or 10356749. OLE color: 10356749.

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

Color convert

RGB 13 8 158 -
CMYK 0.92 0.95 0 0.38
HSL 242º 0.9% 0.33% -
HSV(B) 242º 0.95% 0.62% -
XYZ 6.42 2.73 32.54 -
YUV 26.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 13 8 158 0.92 0.95 0 0.38 242 0.9 0.33
Hex D 8 9E 5C 5F 0 26 F2 5A 21
Octal 15 10 236 134 137 0 46 362 132 41
Binary 1101 1000 10011110 1011100 1011111 0 100110 11110010 1011010 100001

Color Harmonies of #0D089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D089E

Black with #0D089E

Text Example


Text Example

White with #0D089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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