Html Css Color HEX #0A033C Midnight Express

📋 copy color: '#0A033C'

red 10 ◦ green 3 ◦ blue 60

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

Shades of Midnight Express #0A033C

Tints of Midnight Express #0A033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.11%

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

R = 13.7%
G = 4.11%
B = 82.19%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A033C (or 0x0A033C) is known color: Midnight Express. HEX triplet: 0A, 03 and 3C. RGB value is (10,3,60). Sum of RGB (Red+Green+Blue) = 10+3+60=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 60 (23.83% from 255 or 82.19% from 73); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A033C is #F5FCC3. Grayscale: #0B0B0B. Windows color (decimal): -16121028 or 3932938. OLE color: 3932938.

HSL color Cylindrical-coordinate representation of color #0A033C: hue angle of 247.37º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A033C is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 3 60 -
CMYK 0.83 0.95 0 0.76
HSL 247.37º 0.9% 0.12% -
HSV(B) 247.37º 0.95% 0.24% -
XYZ 0.97 0.46 4.31 -
YUV 11.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 10 3 60 0.83 0.95 0 0.76 247.37 0.9 0.12
Hex A 3 3C 53 5F 0 4C F7 5A C
Octal 12 3 74 123 137 0 114 367 132 14
Binary 1010 11 111100 1010011 1011111 0 1001100 11110111 1011010 1100

Color Harmonies of #0A033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A033C

Black with #0A033C

Text Example


Text Example

White with #0A033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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