Html Css Color HEX #0A084C Midnight Blue

📋 copy color: '#0A084C'

red 10 ◦ green 8 ◦ blue 76

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

Shades of Midnight Blue #0A084C

Tints of Midnight Blue #0A084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 80.85%

R = 10.64%
G = 8.51%
B = 80.85%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A084C (or 0x0A084C) is known color: Midnight Blue. HEX triplet: 0A, 08 and 4C. RGB value is (10,8,76). Sum of RGB (Red+Green+Blue) = 10+8+76=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #0A084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A084C is #F5F7B3. Grayscale: #101010. Windows color (decimal): -16119732 or 4982794. OLE color: 4982794.

HSL color Cylindrical-coordinate representation of color #0A084C: hue angle of 241.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A084C is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 8 76 -
CMYK 0.87 0.89 0 0.70
HSL 241.76º 0.81% 0.16% -
HSV(B) 241.76º 0.89% 0.3% -
XYZ 1.52 0.76 6.9 -
YUV 16.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 10 8 76 0.87 0.89 0 0.70 241.76 0.81 0.16
Hex A 8 4C 57 59 0 46 F2 51 10
Octal 12 10 114 127 131 0 106 362 121 20
Binary 1010 1000 1001100 1010111 1011001 0 1000110 11110010 1010001 10000

Color Harmonies of #0A084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A084C

Black with #0A084C

Text Example


Text Example

White with #0A084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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