Html Css Color HEX #0A063D Midnight Express

📋 copy color: '#0A063D'

red 10 ◦ green 6 ◦ blue 61

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

Shades of Midnight Express #0A063D

Tints of Midnight Express #0A063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.79%

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

R = 12.99%
G = 7.79%
B = 79.22%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A063D (or 0x0A063D) is known color: Midnight Express. HEX triplet: 0A, 06 and 3D. RGB value is (10,6,61). Sum of RGB (Red+Green+Blue) = 10+6+61=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 61 (24.22% from 255 or 79.22% from 77); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A063D is #F5F9C2. Grayscale: #0D0D0D. Windows color (decimal): -16120259 or 3999242. OLE color: 3999242.

HSL color Cylindrical-coordinate representation of color #0A063D: hue angle of 244.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A063D is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 6 61 -
CMYK 0.84 0.90 0 0.76
HSL 244.36º 0.82% 0.13% -
HSV(B) 244.36º 0.9% 0.24% -
XYZ 1.03 0.53 4.46 -
YUV 13.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 10 6 61 0.84 0.90 0 0.76 244.36 0.82 0.13
Hex A 6 3D 54 5A 0 4C F4 52 D
Octal 12 6 75 124 132 0 114 364 122 15
Binary 1010 110 111101 1010100 1011010 0 1001100 11110100 1010010 1101

Color Harmonies of #0A063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A063D

Black with #0A063D

Text Example


Text Example

White with #0A063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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