Html Css Color HEX #0A089D New Midnight Blue

📋 copy color: '#0A089D'

red 10 ◦ green 8 ◦ blue 157

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

Shades of New Midnight Blue #0A089D

Tints of New Midnight Blue #0A089D

RGB

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

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

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

R = 5.71%
G = 4.57%
B = 89.71%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A089D (or 0x0A089D) is known color: New Midnight Blue. HEX triplet: 0A, 08 and 9D. RGB value is (10,8,157). Sum of RGB (Red+Green+Blue) = 10+8+157=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 157 (61.72% from 255 or 89.71% from 175); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A089D is #F5F762. Grayscale: #181818. Windows color (decimal): -16119651 or 10291210. OLE color: 10291210.

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

Color convert

RGB 10 8 157 -
CMYK 0.94 0.95 0 0.38
HSL 240.81º 0.9% 0.32% -
HSV(B) 240.81º 0.95% 0.62% -
XYZ 6.3 2.67 32.08 -
YUV 25.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 10 8 157 0.94 0.95 0 0.38 240.81 0.9 0.32
Hex A 8 9D 5E 5F 0 26 F1 5A 20
Octal 12 10 235 136 137 0 46 361 132 40
Binary 1010 1000 10011101 1011110 1011111 0 100110 11110001 1011010 100000

Color Harmonies of #0A089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A089D

Black with #0A089D

Text Example


Text Example

White with #0A089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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