Html Css Color HEX #0A0869 Midnight Blue

📋 copy color: '#0A0869'

red 10 ◦ green 8 ◦ blue 105

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

Shades of Midnight Blue #0A0869

Tints of Midnight Blue #0A0869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 85.37%

R = 8.13%
G = 6.5%
B = 85.37%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A0869 (or 0x0A0869) is known color: Midnight Blue. HEX triplet: 0A, 08 and 69. RGB value is (10,8,105). Sum of RGB (Red+Green+Blue) = 10+8+105=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 105 (41.41% from 255 or 85.37% from 123); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A0869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0869 is #F5F796. Grayscale: #131313. Windows color (decimal): -16119703 or 6883338. OLE color: 6883338.

HSL color Cylindrical-coordinate representation of color #0A0869: hue angle of 241.24º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0869 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 8 105 -
CMYK 0.90 0.92 0 0.59
HSL 241.24º 0.86% 0.22% -
HSV(B) 241.24º 0.92% 0.41% -
XYZ 2.76 1.26 13.46 -
YUV 19.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 10 8 105 0.90 0.92 0 0.59 241.24 0.86 0.22
Hex A 8 69 5A 5C 0 3B F1 56 16
Octal 12 10 151 132 134 0 73 361 126 26
Binary 1010 1000 1101001 1011010 1011100 0 111011 11110001 1010110 10110

Color Harmonies of #0A0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0869

Black with #0A0869

Text Example


Text Example

White with #0A0869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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