Html Css Color HEX #0A1730 Midnight Express

📋 copy color: '#0A1730'

red 10 ◦ green 23 ◦ blue 48

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

Shades of Midnight Express #0A1730

Tints of Midnight Express #0A1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.4%

 BLUE value IS 48 (19.14% from 255) = 59.26%

R = 12.35%
G = 28.4%
B = 59.26%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1730 (or 0x0A1730) is known color: Midnight Express. HEX triplet: 0A, 17 and 30. RGB value is (10,23,48). Sum of RGB (Red+Green+Blue) = 10+23+48=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1730 is #F5E8CF. Grayscale: #151515. Windows color (decimal): -16115920 or 3151626. OLE color: 3151626.

HSL color Cylindrical-coordinate representation of color #0A1730: hue angle of 219.47º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1730 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 23 48 -
CMYK 0.79 0.52 0 0.81
HSL 219.47º 0.66% 0.11% -
HSV(B) 219.47º 0.79% 0.19% -
XYZ 0.97 0.89 2.92 -
YUV 21.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 10 23 48 0.79 0.52 0 0.81 219.47 0.66 0.11
Hex A 17 30 4F 34 0 51 DB 42 B
Octal 12 27 60 117 64 0 121 333 102 13
Binary 1010 10111 110000 1001111 110100 0 1010001 11011011 1000010 1011

Color Harmonies of #0A1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1730

Black with #0A1730

Text Example


Text Example

White with #0A1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,23,48); }

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

background-color css

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

 a { background-color: rgb(10,23,48); }

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

border-color css

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

 span { border-color: rgb(10,23,48); }

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