Html Css Color HEX #0A099E New Midnight Blue

📋 copy color: '#0A099E'

red 10 ◦ green 9 ◦ blue 158

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

Shades of New Midnight Blue #0A099E

Tints of New Midnight Blue #0A099E

RGB

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

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

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

R = 5.65%
G = 5.08%
B = 89.27%

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

#0A099E (or 0x0A099E) is known color: New Midnight Blue. HEX triplet: 0A, 09 and 9E. RGB value is (10,9,158). Sum of RGB (Red+Green+Blue) = 10+9+158=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A099E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A099E is #F5F661. Grayscale: #191919. Windows color (decimal): -16119394 or 10357002. OLE color: 10357002.

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

Color convert

RGB 10 9 158 -
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.39 2.73 32.54 -
YUV 26.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 10 9 158 0.94 0.94 0 0.38 240.4 0.89 0.33
Hex A 9 9E 5E 5E 0 26 F0 59 21
Octal 12 11 236 136 136 0 46 360 131 41
Binary 1010 1001 10011110 1011110 1011110 0 100110 11110000 1011001 100001

Color Harmonies of #0A099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A099E

Black with #0A099E

Text Example


Text Example

White with #0A099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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