Html Css Color HEX #0A142F Midnight Express

📋 copy color: '#0A142F'

red 10 ◦ green 20 ◦ blue 47

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

Shades of Midnight Express #0A142F

Tints of Midnight Express #0A142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 61.04%

R = 12.99%
G = 25.97%
B = 61.04%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A142F (or 0x0A142F) is known color: Midnight Express. HEX triplet: 0A, 14 and 2F. RGB value is (10,20,47). Sum of RGB (Red+Green+Blue) = 10+20+47=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A142F is #F5EBD0. Grayscale: #131313. Windows color (decimal): -16116689 or 3085322. OLE color: 3085322.

HSL color Cylindrical-coordinate representation of color #0A142F: hue angle of 223.78º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A142F is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 20 47 -
CMYK 0.79 0.57 0 0.82
HSL 223.78º 0.65% 0.11% -
HSV(B) 223.78º 0.79% 0.18% -
XYZ 0.89 0.77 2.79 -
YUV 20.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 10 20 47 0.79 0.57 0 0.82 223.78 0.65 0.11
Hex A 14 2F 4F 39 0 52 E0 41 B
Octal 12 24 57 117 71 0 122 340 101 13
Binary 1010 10100 101111 1001111 111001 0 1010010 11100000 1000001 1011

Color Harmonies of #0A142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A142F

Black with #0A142F

Text Example


Text Example

White with #0A142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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