Html Css Color HEX #0A059E New Midnight Blue

📋 copy color: '#0A059E'

red 10 ◦ green 5 ◦ blue 158

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

Shades of New Midnight Blue #0A059E

Tints of New Midnight Blue #0A059E

RGB

 RED value IS 10 (4.3% from 255) = 5.78%

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 5.78%
G = 2.89%
B = 91.33%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A059E (or 0x0A059E) is known color: New Midnight Blue. HEX triplet: 0A, 05 and 9E. RGB value is (10,5,158). Sum of RGB (Red+Green+Blue) = 10+5+158=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A059E is #F5FA61. Grayscale: #171717. Windows color (decimal): -16120418 or 10355978. OLE color: 10355978.

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

Color convert

RGB 10 5 158 -
CMYK 0.94 0.97 0 0.38
HSL 241.96º 0.94% 0.32% -
HSV(B) 241.96º 0.97% 0.62% -
XYZ 6.35 2.64 32.52 -
YUV 23.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 10 5 158 0.94 0.97 0 0.38 241.96 0.94 0.32
Hex A 5 9E 5E 61 0 26 F2 5E 20
Octal 12 5 236 136 141 0 46 362 136 40
Binary 1010 101 10011110 1011110 1100001 0 100110 11110010 1011110 100000

Color Harmonies of #0A059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A059E

Black with #0A059E

Text Example


Text Example

White with #0A059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,5,158); }

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

background-color css

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

 a { background-color: rgb(10,5,158); }

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

border-color css

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

 span { border-color: rgb(10,5,158); }

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