Html Css Color HEX #0A0854 Midnight Blue

📋 copy color: '#0A0854'

red 10 ◦ green 8 ◦ blue 84

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

Shades of Midnight Blue #0A0854

Tints of Midnight Blue #0A0854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 82.35%

R = 9.8%
G = 7.84%
B = 82.35%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A0854 (or 0x0A0854) is known color: Midnight Blue. HEX triplet: 0A, 08 and 54. RGB value is (10,8,84). Sum of RGB (Red+Green+Blue) = 10+8+84=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 84 (33.20% from 255 or 82.35% from 102); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A0854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0854 is #F5F7AB. Grayscale: #101010. Windows color (decimal): -16119724 or 5507082. OLE color: 5507082.

HSL color Cylindrical-coordinate representation of color #0A0854: hue angle of 241.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0854 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 8 84 -
CMYK 0.88 0.90 0 0.67
HSL 241.58º 0.83% 0.18% -
HSV(B) 241.58º 0.9% 0.33% -
XYZ 1.81 0.88 8.46 -
YUV 17.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 10 8 84 0.88 0.90 0 0.67 241.58 0.83 0.18
Hex A 8 54 58 5A 0 43 F2 53 12
Octal 12 10 124 130 132 0 103 362 123 22
Binary 1010 1000 1010100 1011000 1011010 0 1000011 11110010 1010011 10010

Color Harmonies of #0A0854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0854

Black with #0A0854

Text Example


Text Example

White with #0A0854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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