Html Css Color HEX #0A099D New Midnight Blue

📋 copy color: '#0A099D'

red 10 ◦ green 9 ◦ blue 157

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

Shades of New Midnight Blue #0A099D

Tints of New Midnight Blue #0A099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 89.2%

R = 5.68%
G = 5.11%
B = 89.2%

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

#0A099D (or 0x0A099D) is known color: New Midnight Blue. HEX triplet: 0A, 09 and 9D. RGB value is (10,9,157). Sum of RGB (Red+Green+Blue) = 10+9+157=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A099D is #F5F662. Grayscale: #191919. Windows color (decimal): -16119395 or 10291466. OLE color: 10291466.

HSL color Cylindrical-coordinate representation of color #0A099D: hue angle of 240.41º 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 #0A099D is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 9 157 -
CMYK 0.94 0.94 0 0.38
HSL 240.41º 0.89% 0.33% -
HSV(B) 240.41º 0.94% 0.62% -
XYZ 6.31 2.69 32.09 -
YUV 26.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 10 9 157 0.94 0.94 0 0.38 240.41 0.89 0.33
Hex A 9 9D 5E 5E 0 26 F0 59 21
Octal 12 11 235 136 136 0 46 360 131 41
Binary 1010 1001 10011101 1011110 1011110 0 100110 11110000 1011001 100001

Color Harmonies of #0A099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A099D

Black with #0A099D

Text Example


Text Example

White with #0A099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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