Html Css Color HEX #0A083D Midnight Express

📋 copy color: '#0A083D'

red 10 ◦ green 8 ◦ blue 61

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

Shades of Midnight Express #0A083D

Tints of Midnight Express #0A083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

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

R = 12.66%
G = 10.13%
B = 77.22%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A083D (or 0x0A083D) is known color: Midnight Express. HEX triplet: 0A, 08 and 3D. RGB value is (10,8,61). Sum of RGB (Red+Green+Blue) = 10+8+61=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A083D is #F5F7C2. Grayscale: #0E0E0E. Windows color (decimal): -16119747 or 3999754. OLE color: 3999754.

HSL color Cylindrical-coordinate representation of color #0A083D: hue angle of 242.26º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A083D is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 8 61 -
CMYK 0.84 0.87 0 0.76
HSL 242.26º 0.77% 0.14% -
HSV(B) 242.26º 0.87% 0.24% -
XYZ 1.05 0.58 4.47 -
YUV 14.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 10 8 61 0.84 0.87 0 0.76 242.26 0.77 0.14
Hex A 8 3D 54 57 0 4C F2 4D E
Octal 12 10 75 124 127 0 114 362 115 16
Binary 1010 1000 111101 1010100 1010111 0 1001100 11110010 1001101 1110

Color Harmonies of #0A083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A083D

Black with #0A083D

Text Example


Text Example

White with #0A083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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