Html Css Color HEX #0A132D Midnight Express

📋 copy color: '#0A132D'

red 10 ◦ green 19 ◦ blue 45

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

Shades of Midnight Express #0A132D

Tints of Midnight Express #0A132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

 BLUE value IS 45 (17.97% from 255) = 60.81%

R = 13.51%
G = 25.68%
B = 60.81%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A132D (or 0x0A132D) is known color: Midnight Express. HEX triplet: 0A, 13 and 2D. RGB value is (10,19,45). Sum of RGB (Red+Green+Blue) = 10+19+45=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A132D is #F5ECD2. Grayscale: #131313. Windows color (decimal): -16116947 or 2953994. OLE color: 2953994.

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

Color convert

RGB 10 19 45 -
CMYK 0.78 0.58 0 0.82
HSL 224.57º 0.64% 0.11% -
HSV(B) 224.57º 0.78% 0.18% -
XYZ 0.83 0.72 2.58 -
YUV 19.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 10 19 45 0.78 0.58 0 0.82 224.57 0.64 0.11
Hex A 13 2D 4E 3A 0 52 E1 40 B
Octal 12 23 55 116 72 0 122 341 100 13
Binary 1010 10011 101101 1001110 111010 0 1010010 11100001 1000000 1011

Color Harmonies of #0A132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A132D

Black with #0A132D

Text Example


Text Example

White with #0A132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,45); }

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

background-color css

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

 a { background-color: rgb(10,19,45); }

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

border-color css

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

 span { border-color: rgb(10,19,45); }

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