Html Css Color HEX #0A1462 Midnight Blue

📋 copy color: '#0A1462'

red 10 ◦ green 20 ◦ blue 98

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

Shades of Midnight Blue #0A1462

Tints of Midnight Blue #0A1462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 76.56%

R = 7.81%
G = 15.63%
B = 76.56%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A1462 (or 0x0A1462) is known color: Midnight Blue. HEX triplet: 0A, 14 and 62. RGB value is (10,20,98). Sum of RGB (Red+Green+Blue) = 10+20+98=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A1462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1462 is #F5EB9D. Grayscale: #191919. Windows color (decimal): -16116638 or 6427658. OLE color: 6427658.

HSL color Cylindrical-coordinate representation of color #0A1462: hue angle of 233.18º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1462 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 20 98 -
CMYK 0.90 0.80 0 0.62
HSL 233.18º 0.81% 0.21% -
HSV(B) 233.18º 0.9% 0.38% -
XYZ 2.58 1.45 11.7 -
YUV 25.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 10 20 98 0.90 0.80 0 0.62 233.18 0.81 0.21
Hex A 14 62 5A 50 0 3E E9 51 15
Octal 12 24 142 132 120 0 76 351 121 25
Binary 1010 10100 1100010 1011010 1010000 0 111110 11101001 1010001 10101

Color Harmonies of #0A1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1462

Black with #0A1462

Text Example


Text Example

White with #0A1462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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