Html Css Color HEX #0A152F Midnight Express

📋 copy color: '#0A152F'

red 10 ◦ green 21 ◦ blue 47

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

Shades of Midnight Express #0A152F

Tints of Midnight Express #0A152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 12.82%
G = 26.92%
B = 60.26%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A152F (or 0x0A152F) is known color: Midnight Express. HEX triplet: 0A, 15 and 2F. RGB value is (10,21,47). Sum of RGB (Red+Green+Blue) = 10+21+47=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A152F is #F5EAD0. Grayscale: #141414. Windows color (decimal): -16116433 or 3085578. OLE color: 3085578.

HSL color Cylindrical-coordinate representation of color #0A152F: hue angle of 222.16º 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 #0A152F is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 21 47 -
CMYK 0.79 0.55 0 0.82
HSL 222.16º 0.65% 0.11% -
HSV(B) 222.16º 0.79% 0.18% -
XYZ 0.91 0.81 2.8 -
YUV 20.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 10 21 47 0.79 0.55 0 0.82 222.16 0.65 0.11
Hex A 15 2F 4F 37 0 52 DE 41 B
Octal 12 25 57 117 67 0 122 336 101 13
Binary 1010 10101 101111 1001111 110111 0 1010010 11011110 1000001 1011

Color Harmonies of #0A152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A152F

Black with #0A152F

Text Example


Text Example

White with #0A152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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