Html Css Color HEX #0A1267 Midnight Blue

📋 copy color: '#0A1267'

red 10 ◦ green 18 ◦ blue 103

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

Shades of Midnight Blue #0A1267

Tints of Midnight Blue #0A1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 103 (40.63% from 255) = 78.63%

R = 7.63%
G = 13.74%
B = 78.63%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0A1267 (or 0x0A1267) is known color: Midnight Blue. HEX triplet: 0A, 12 and 67. RGB value is (10,18,103). Sum of RGB (Red+Green+Blue) = 10+18+103=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 103 (40.62% from 255 or 78.63% from 131); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A1267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1267 is #F5ED98. Grayscale: #181818. Windows color (decimal): -16117145 or 6754826. OLE color: 6754826.

HSL color Cylindrical-coordinate representation of color #0A1267: hue angle of 234.84º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1267 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 18 103 -
CMYK 0.90 0.83 0 0.60
HSL 234.84º 0.82% 0.22% -
HSV(B) 234.84º 0.9% 0.4% -
XYZ 2.79 1.48 12.97 -
YUV 25.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 10 18 103 0.90 0.83 0 0.60 234.84 0.82 0.22
Hex A 12 67 5A 53 0 3C EB 52 16
Octal 12 22 147 132 123 0 74 353 122 26
Binary 1010 10010 1100111 1011010 1010011 0 111100 11101011 1010010 10110

Color Harmonies of #0A1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1267

Black with #0A1267

Text Example


Text Example

White with #0A1267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,18,103); }

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

background-color css

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

 a { background-color: rgb(10,18,103); }

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

border-color css

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

 span { border-color: rgb(10,18,103); }

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