Html Css Color HEX #0A043E Midnight Express

📋 copy color: '#0A043E'

red 10 ◦ green 4 ◦ blue 62

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

Shades of Midnight Express #0A043E

Tints of Midnight Express #0A043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.26%

 BLUE value IS 62 (24.61% from 255) = 81.58%

R = 13.16%
G = 5.26%
B = 81.58%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A043E (or 0x0A043E) is known color: Midnight Express. HEX triplet: 0A, 04 and 3E. RGB value is (10,4,62). Sum of RGB (Red+Green+Blue) = 10+4+62=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A043E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A043E is #F5FBC1. Grayscale: #0C0C0C. Windows color (decimal): -16120770 or 4064266. OLE color: 4064266.

HSL color Cylindrical-coordinate representation of color #0A043E: hue angle of 246.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A043E is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 4 62 -
CMYK 0.84 0.94 0 0.76
HSL 246.21º 0.88% 0.13% -
HSV(B) 246.21º 0.94% 0.24% -
XYZ 1.04 0.5 4.6 -
YUV 12.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 10 4 62 0.84 0.94 0 0.76 246.21 0.88 0.13
Hex A 4 3E 54 5E 0 4C F6 58 D
Octal 12 4 76 124 136 0 114 366 130 15
Binary 1010 100 111110 1010100 1011110 0 1001100 11110110 1011000 1101

Color Harmonies of #0A043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A043E

Black with #0A043E

Text Example


Text Example

White with #0A043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,62); }

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

background-color css

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

 a { background-color: rgb(10,4,62); }

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

border-color css

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

 span { border-color: rgb(10,4,62); }

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