Html Css Color HEX #0A084F Midnight Blue

📋 copy color: '#0A084F'

red 10 ◦ green 8 ◦ blue 79

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

Shades of Midnight Blue #0A084F

Tints of Midnight Blue #0A084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 81.44%

R = 10.31%
G = 8.25%
B = 81.44%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A084F (or 0x0A084F) is known color: Midnight Blue. HEX triplet: 0A, 08 and 4F. RGB value is (10,8,79). Sum of RGB (Red+Green+Blue) = 10+8+79=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A084F is #F5F7B0. Grayscale: #101010. Windows color (decimal): -16119729 or 5179402. OLE color: 5179402.

HSL color Cylindrical-coordinate representation of color #0A084F: hue angle of 241.69º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A084F is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 8 79 -
CMYK 0.87 0.90 0 0.69
HSL 241.69º 0.82% 0.17% -
HSV(B) 241.69º 0.9% 0.31% -
XYZ 1.62 0.8 7.47 -
YUV 16.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 10 8 79 0.87 0.90 0 0.69 241.69 0.82 0.17
Hex A 8 4F 57 5A 0 45 F2 52 11
Octal 12 10 117 127 132 0 105 362 122 21
Binary 1010 1000 1001111 1010111 1011010 0 1000101 11110010 1010010 10001

Color Harmonies of #0A084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A084F

Black with #0A084F

Text Example


Text Example

White with #0A084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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