Html Css Color HEX #0A156C Midnight Blue

📋 copy color: '#0A156C'

red 10 ◦ green 21 ◦ blue 108

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

Shades of Midnight Blue #0A156C

Tints of Midnight Blue #0A156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 77.7%

R = 7.19%
G = 15.11%
B = 77.7%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A156C (or 0x0A156C) is known color: Midnight Blue. HEX triplet: 0A, 15 and 6C. RGB value is (10,21,108). Sum of RGB (Red+Green+Blue) = 10+21+108=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A156C is #F5EA93. Grayscale: #1B1B1B. Windows color (decimal): -16116372 or 7083274. OLE color: 7083274.

HSL color Cylindrical-coordinate representation of color #0A156C: hue angle of 233.27º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A156C is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 21 108 -
CMYK 0.91 0.81 0 0.58
HSL 233.27º 0.83% 0.23% -
HSV(B) 233.27º 0.91% 0.42% -
XYZ 3.1 1.68 14.35 -
YUV 27.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 10 21 108 0.91 0.81 0 0.58 233.27 0.83 0.23
Hex A 15 6C 5B 51 0 3A E9 53 17
Octal 12 25 154 133 121 0 72 351 123 27
Binary 1010 10101 1101100 1011011 1010001 0 111010 11101001 1010011 10111

Color Harmonies of #0A156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A156C

Black with #0A156C

Text Example


Text Example

White with #0A156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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