Html Css Color HEX #0A1938 Midnight Express

📋 copy color: '#0A1938'

red 10 ◦ green 25 ◦ blue 56

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

Shades of Midnight Express #0A1938

Tints of Midnight Express #0A1938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

 BLUE value IS 56 (22.27% from 255) = 61.54%

R = 10.99%
G = 27.47%
B = 61.54%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0A1938 (or 0x0A1938) is known color: Midnight Express. HEX triplet: 0A, 19 and 38. RGB value is (10,25,56). Sum of RGB (Red+Green+Blue) = 10+25+56=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A1938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1938 is #F5E6C7. Grayscale: #171717. Windows color (decimal): -16115400 or 3676426. OLE color: 3676426.

HSL color Cylindrical-coordinate representation of color #0A1938: hue angle of 220.43º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A1938 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 25 56 -
CMYK 0.82 0.55 0 0.78
HSL 220.43º 0.7% 0.13% -
HSV(B) 220.43º 0.82% 0.22% -
XYZ 1.19 1.05 3.88 -
YUV 24.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 10 25 56 0.82 0.55 0 0.78 220.43 0.7 0.13
Hex A 19 38 52 37 0 4E DC 46 D
Octal 12 31 70 122 67 0 116 334 106 15
Binary 1010 11001 111000 1010010 110111 0 1001110 11011100 1000110 1101

Color Harmonies of #0A1938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1938

Black with #0A1938

Text Example


Text Example

White with #0A1938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,25,56); }

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

background-color css

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

 a { background-color: rgb(10,25,56); }

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

border-color css

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

 span { border-color: rgb(10,25,56); }

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