Html Css Color HEX #0A063C Midnight Express

📋 copy color: '#0A063C'

red 10 ◦ green 6 ◦ blue 60

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

Shades of Midnight Express #0A063C

Tints of Midnight Express #0A063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 78.95%

R = 13.16%
G = 7.89%
B = 78.95%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A063C (or 0x0A063C) is known color: Midnight Express. HEX triplet: 0A, 06 and 3C. RGB value is (10,6,60). Sum of RGB (Red+Green+Blue) = 10+6+60=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A063C is #F5F9C3. Grayscale: #0D0D0D. Windows color (decimal): -16120260 or 3933706. OLE color: 3933706.

HSL color Cylindrical-coordinate representation of color #0A063C: hue angle of 244.44º 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 #0A063C is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 6 60 -
CMYK 0.83 0.90 0 0.76
HSL 244.44º 0.82% 0.13% -
HSV(B) 244.44º 0.9% 0.24% -
XYZ 1.01 0.52 4.32 -
YUV 13.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 10 6 60 0.83 0.90 0 0.76 244.44 0.82 0.13
Hex A 6 3C 53 5A 0 4C F4 52 D
Octal 12 6 74 123 132 0 114 364 122 15
Binary 1010 110 111100 1010011 1011010 0 1001100 11110100 1010010 1101

Color Harmonies of #0A063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A063C

Black with #0A063C

Text Example


Text Example

White with #0A063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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