Html Css Color HEX #0A1566 Midnight Blue

📋 copy color: '#0A1566'

red 10 ◦ green 21 ◦ blue 102

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

Shades of Midnight Blue #0A1566

Tints of Midnight Blue #0A1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 7.52%
G = 15.79%
B = 76.69%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A1566 (or 0x0A1566) is known color: Midnight Blue. HEX triplet: 0A, 15 and 66. RGB value is (10,21,102). Sum of RGB (Red+Green+Blue) = 10+21+102=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A1566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1566 is #F5EA99. Grayscale: #1A1A1A. Windows color (decimal): -16116378 or 6690058. OLE color: 6690058.

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

Color convert

RGB 10 21 102 -
CMYK 0.90 0.79 0 0.6
HSL 232.83º 0.82% 0.22% -
HSV(B) 232.83º 0.9% 0.4% -
XYZ 2.79 1.56 12.72 -
YUV 26.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 10 21 102 0.90 0.79 0 0.6 232.83 0.82 0.22
Hex A 15 66 5A 4F 0 3C E9 52 16
Octal 12 25 146 132 117 0 74 351 122 26
Binary 1010 10101 1100110 1011010 1001111 0 111100 11101001 1010010 10110

Color Harmonies of #0A1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1566

Black with #0A1566

Text Example


Text Example

White with #0A1566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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