Html Css Color HEX #0A099F New Midnight Blue

📋 copy color: '#0A099F'

red 10 ◦ green 9 ◦ blue 159

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

Shades of New Midnight Blue #0A099F

Tints of New Midnight Blue #0A099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

 BLUE value IS 159 (62.5% from 255) = 89.33%

R = 5.62%
G = 5.06%
B = 89.33%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A099F (or 0x0A099F) is known color: New Midnight Blue. HEX triplet: 0A, 09 and 9F. RGB value is (10,9,159). Sum of RGB (Red+Green+Blue) = 10+9+159=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A099F is #F5F660. Grayscale: #191919. Windows color (decimal): -16119393 or 10422538. OLE color: 10422538.

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

Color convert

RGB 10 9 159 -
CMYK 0.94 0.94 0 0.38
HSL 240.4º 0.89% 0.33% -
HSV(B) 240.4º 0.94% 0.62% -
XYZ 6.48 2.76 32.99 -
YUV 26.4 202.83 116.3 -
System Red Green Blue C M Y K H S L
Decimal 10 9 159 0.94 0.94 0 0.38 240.4 0.89 0.33
Hex A 9 9F 5E 5E 0 26 F0 59 21
Octal 12 11 237 136 136 0 46 360 131 41
Binary 1010 1001 10011111 1011110 1011110 0 100110 11110000 1011001 100001

Color Harmonies of #0A099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A099F

Black with #0A099F

Text Example


Text Example

White with #0A099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,9,159); }

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

background-color css

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

 a { background-color: rgb(10,9,159); }

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

border-color css

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

 span { border-color: rgb(10,9,159); }

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