Html Css Color HEX #0A034C Midnight Blue

📋 copy color: '#0A034C'

red 10 ◦ green 3 ◦ blue 76

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

Shades of Midnight Blue #0A034C

Tints of Midnight Blue #0A034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 85.39%

R = 11.24%
G = 3.37%
B = 85.39%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A034C (or 0x0A034C) is known color: Midnight Blue. HEX triplet: 0A, 03 and 4C. RGB value is (10,3,76). Sum of RGB (Red+Green+Blue) = 10+3+76=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 76 (30.08% from 255 or 85.39% from 89); Max value from RGB is 76 - color contains mainly: blue. Hex color #0A034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A034C is #F5FCB3. Grayscale: #0D0D0D. Windows color (decimal): -16121012 or 4981514. OLE color: 4981514.

HSL color Cylindrical-coordinate representation of color #0A034C: hue angle of 245.75º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A034C is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 3 76 -
CMYK 0.87 0.96 0 0.70
HSL 245.75º 0.92% 0.15% -
HSV(B) 245.75º 0.96% 0.3% -
XYZ 1.46 0.65 6.89 -
YUV 13.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 10 3 76 0.87 0.96 0 0.70 245.75 0.92 0.15
Hex A 3 4C 57 60 0 46 F6 5C F
Octal 12 3 114 127 140 0 106 366 134 17
Binary 1010 11 1001100 1010111 1100000 0 1000110 11110110 1011100 1111

Color Harmonies of #0A034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A034C

Black with #0A034C

Text Example


Text Example

White with #0A034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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