Html Css Color HEX #0A143D Midnight Express

📋 copy color: '#0A143D'

red 10 ◦ green 20 ◦ blue 61

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

Shades of Midnight Express #0A143D

Tints of Midnight Express #0A143D

RGB

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

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

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

R = 10.99%
G = 21.98%
B = 67.03%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A143D (or 0x0A143D) is known color: Midnight Express. HEX triplet: 0A, 14 and 3D. RGB value is (10,20,61). Sum of RGB (Red+Green+Blue) = 10+20+61=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A143D is #F5EBC2. Grayscale: #151515. Windows color (decimal): -16116675 or 4002826. OLE color: 4002826.

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

Color convert

RGB 10 20 61 -
CMYK 0.84 0.67 0 0.76
HSL 228.24º 0.72% 0.14% -
HSV(B) 228.24º 0.84% 0.24% -
XYZ 1.22 0.9 4.52 -
YUV 21.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 10 20 61 0.84 0.67 0 0.76 228.24 0.72 0.14
Hex A 14 3D 54 43 0 4C E4 48 E
Octal 12 24 75 124 103 0 114 344 110 16
Binary 1010 10100 111101 1010100 1000011 0 1001100 11100100 1001000 1110

Color Harmonies of #0A143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A143D

Black with #0A143D

Text Example


Text Example

White with #0A143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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