Html Css Color HEX #0A1272 Midnight Blue

📋 copy color: '#0A1272'

red 10 ◦ green 18 ◦ blue 114

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

Shades of Midnight Blue #0A1272

Tints of Midnight Blue #0A1272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 80.28%

R = 7.04%
G = 12.68%
B = 80.28%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A1272 (or 0x0A1272) is known color: Midnight Blue. HEX triplet: 0A, 12 and 72. RGB value is (10,18,114). Sum of RGB (Red+Green+Blue) = 10+18+114=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1272 is #F5ED8D. Grayscale: #1A1A1A. Windows color (decimal): -16117134 or 7475722. OLE color: 7475722.

HSL color Cylindrical-coordinate representation of color #0A1272: hue angle of 235.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1272 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 18 114 -
CMYK 0.91 0.84 0 0.55
HSL 235.38º 0.84% 0.24% -
HSV(B) 235.38º 0.91% 0.45% -
XYZ 3.38 1.71 16.07 -
YUV 26.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 10 18 114 0.91 0.84 0 0.55 235.38 0.84 0.24
Hex A 12 72 5B 54 0 37 EB 54 18
Octal 12 22 162 133 124 0 67 353 124 30
Binary 1010 10010 1110010 1011011 1010100 0 110111 11101011 1010100 11000

Color Harmonies of #0A1272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1272

Black with #0A1272

Text Example


Text Example

White with #0A1272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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