Html Css Color HEX #0A122F Midnight Express

📋 copy color: '#0A122F'

red 10 ◦ green 18 ◦ blue 47

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

Shades of Midnight Express #0A122F

Tints of Midnight Express #0A122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 13.33%
G = 24%
B = 62.67%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A122F (or 0x0A122F) is known color: Midnight Express. HEX triplet: 0A, 12 and 2F. RGB value is (10,18,47). Sum of RGB (Red+Green+Blue) = 10+18+47=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A122F is #F5EDD0. Grayscale: #121212. Windows color (decimal): -16117201 or 3084810. OLE color: 3084810.

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

Color convert

RGB 10 18 47 -
CMYK 0.79 0.62 0 0.82
HSL 227.03º 0.65% 0.11% -
HSV(B) 227.03º 0.79% 0.18% -
XYZ 0.85 0.7 2.78 -
YUV 18.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 10 18 47 0.79 0.62 0 0.82 227.03 0.65 0.11
Hex A 12 2F 4F 3E 0 52 E3 41 B
Octal 12 22 57 117 76 0 122 343 101 13
Binary 1010 10010 101111 1001111 111110 0 1010010 11100011 1000001 1011

Color Harmonies of #0A122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A122F

Black with #0A122F

Text Example


Text Example

White with #0A122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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