Html Css Color HEX #0A183E Midnight Express

📋 copy color: '#0A183E'

red 10 ◦ green 24 ◦ blue 62

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

Shades of Midnight Express #0A183E

Tints of Midnight Express #0A183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

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

R = 10.42%
G = 25%
B = 64.58%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A183E (or 0x0A183E) is known color: Midnight Express. HEX triplet: 0A, 18 and 3E. RGB value is (10,24,62). Sum of RGB (Red+Green+Blue) = 10+24+62=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A183E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A183E is #F5E7C1. Grayscale: #171717. Windows color (decimal): -16115650 or 4069386. OLE color: 4069386.

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

Color convert

RGB 10 24 62 -
CMYK 0.84 0.61 0 0.76
HSL 223.85º 0.72% 0.14% -
HSV(B) 223.85º 0.84% 0.24% -
XYZ 1.32 1.07 4.69 -
YUV 24.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 10 24 62 0.84 0.61 0 0.76 223.85 0.72 0.14
Hex A 18 3E 54 3D 0 4C E0 48 E
Octal 12 30 76 124 75 0 114 340 110 16
Binary 1010 11000 111110 1010100 111101 0 1001100 11100000 1001000 1110

Color Harmonies of #0A183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A183E

Black with #0A183E

Text Example


Text Example

White with #0A183E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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