Html Css Color HEX #0A1468 Midnight Blue

📋 copy color: '#0A1468'

red 10 ◦ green 20 ◦ blue 104

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

Shades of Midnight Blue #0A1468

Tints of Midnight Blue #0A1468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

 BLUE value IS 104 (41.02% from 255) = 77.61%

R = 7.46%
G = 14.93%
B = 77.61%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A1468 (or 0x0A1468) is known color: Midnight Blue. HEX triplet: 0A, 14 and 68. RGB value is (10,20,104). Sum of RGB (Red+Green+Blue) = 10+20+104=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A1468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1468 is #F5EB97. Grayscale: #1A1A1A. Windows color (decimal): -16116632 or 6820874. OLE color: 6820874.

HSL color Cylindrical-coordinate representation of color #0A1468: hue angle of 233.62º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1468 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 20 104 -
CMYK 0.90 0.81 0 0.59
HSL 233.62º 0.82% 0.22% -
HSV(B) 233.62º 0.9% 0.41% -
XYZ 2.87 1.56 13.25 -
YUV 26.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 10 20 104 0.90 0.81 0 0.59 233.62 0.82 0.22
Hex A 14 68 5A 51 0 3B EA 52 16
Octal 12 24 150 132 121 0 73 352 122 26
Binary 1010 10100 1101000 1011010 1010001 0 111011 11101010 1010010 10110

Color Harmonies of #0A1468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1468

Black with #0A1468

Text Example


Text Example

White with #0A1468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,104); }

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

background-color css

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

 a { background-color: rgb(10,20,104); }

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

border-color css

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

 span { border-color: rgb(10,20,104); }

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