Html Css Color HEX #0A1266 Midnight Blue

📋 copy color: '#0A1266'

red 10 ◦ green 18 ◦ blue 102

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

Shades of Midnight Blue #0A1266

Tints of Midnight Blue #0A1266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 78.46%

R = 7.69%
G = 13.85%
B = 78.46%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A1266 (or 0x0A1266) is known color: Midnight Blue. HEX triplet: 0A, 12 and 66. RGB value is (10,18,102). Sum of RGB (Red+Green+Blue) = 10+18+102=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A1266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1266 is #F5ED99. Grayscale: #181818. Windows color (decimal): -16117146 or 6689290. OLE color: 6689290.

HSL color Cylindrical-coordinate representation of color #0A1266: hue angle of 234.78º 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 #0A1266 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 18 102 -
CMYK 0.90 0.82 0 0.6
HSL 234.78º 0.82% 0.22% -
HSV(B) 234.78º 0.9% 0.4% -
XYZ 2.74 1.46 12.71 -
YUV 25.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 10 18 102 0.90 0.82 0 0.6 234.78 0.82 0.22
Hex A 12 66 5A 52 0 3C EB 52 16
Octal 12 22 146 132 122 0 74 353 122 26
Binary 1010 10010 1100110 1011010 1010010 0 111100 11101011 1010010 10110

Color Harmonies of #0A1266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1266

Black with #0A1266

Text Example


Text Example

White with #0A1266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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