Html Css Color HEX #0A127B Midnight Blue

📋 copy color: '#0A127B'

red 10 ◦ green 18 ◦ blue 123

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

Shades of Midnight Blue #0A127B

Tints of Midnight Blue #0A127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 81.46%

R = 6.62%
G = 11.92%
B = 81.46%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0A127B (or 0x0A127B) is known color: Midnight Blue. HEX triplet: 0A, 12 and 7B. RGB value is (10,18,123). Sum of RGB (Red+Green+Blue) = 10+18+123=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A127B is #F5ED84. Grayscale: #1B1B1B. Windows color (decimal): -16117125 or 8065546. OLE color: 8065546.

HSL color Cylindrical-coordinate representation of color #0A127B: hue angle of 235.75º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A127B is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 18 123 -
CMYK 0.92 0.85 0 0.52
HSL 235.75º 0.85% 0.26% -
HSV(B) 235.75º 0.92% 0.48% -
XYZ 3.92 1.93 18.9 -
YUV 27.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 10 18 123 0.92 0.85 0 0.52 235.75 0.85 0.26
Hex A 12 7B 5C 55 0 34 EC 55 1A
Octal 12 22 173 134 125 0 64 354 125 32
Binary 1010 10010 1111011 1011100 1010101 0 110100 11101100 1010101 11010

Color Harmonies of #0A127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A127B

Black with #0A127B

Text Example


Text Example

White with #0A127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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