Html Css Color HEX #0A1C3D Midnight Express

📋 copy color: '#0A1C3D'

red 10 ◦ green 28 ◦ blue 61

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

Shades of Midnight Express #0A1C3D

Tints of Midnight Express #0A1C3D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.28%

 BLUE value IS 61 (24.22% from 255) = 61.62%

R = 10.1%
G = 28.28%
B = 61.62%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A1C3D (or 0x0A1C3D) is known color: Midnight Express. HEX triplet: 0A, 1C and 3D. RGB value is (10,28,61). Sum of RGB (Red+Green+Blue) = 10+28+61=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A1C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C3D is #F5E3C2. Grayscale: #1A1A1A. Windows color (decimal): -16114627 or 4004874. OLE color: 4004874.

HSL color Cylindrical-coordinate representation of color #0A1C3D: hue angle of 218.82º 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 #0A1C3D is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 28 61 -
CMYK 0.84 0.54 0 0.76
HSL 218.82º 0.72% 0.14% -
HSV(B) 218.82º 0.84% 0.24% -
XYZ 1.38 1.23 4.58 -
YUV 26.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 10 28 61 0.84 0.54 0 0.76 218.82 0.72 0.14
Hex A 1C 3D 54 36 0 4C DB 48 E
Octal 12 34 75 124 66 0 114 333 110 16
Binary 1010 11100 111101 1010100 110110 0 1001100 11011011 1001000 1110

Color Harmonies of #0A1C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C3D

Black with #0A1C3D

Text Example


Text Example

White with #0A1C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,28,61); }

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

background-color css

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

 a { background-color: rgb(10,28,61); }

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

border-color css

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

 span { border-color: rgb(10,28,61); }

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