Html Css Color HEX #0A074E Midnight Blue

📋 copy color: '#0A074E'

red 10 ◦ green 7 ◦ blue 78

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

Shades of Midnight Blue #0A074E

Tints of Midnight Blue #0A074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

 BLUE value IS 78 (30.86% from 255) = 82.11%

R = 10.53%
G = 7.37%
B = 82.11%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A074E (or 0x0A074E) is known color: Midnight Blue. HEX triplet: 0A, 07 and 4E. RGB value is (10,7,78). Sum of RGB (Red+Green+Blue) = 10+7+78=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A074E is #F5F8B1. Grayscale: #0F0F0F. Windows color (decimal): -16119986 or 5113610. OLE color: 5113610.

HSL color Cylindrical-coordinate representation of color #0A074E: hue angle of 242.54º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A074E is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 7 78 -
CMYK 0.87 0.91 0 0.69
HSL 242.54º 0.84% 0.17% -
HSV(B) 242.54º 0.91% 0.31% -
XYZ 1.58 0.77 7.27 -
YUV 15.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 10 7 78 0.87 0.91 0 0.69 242.54 0.84 0.17
Hex A 7 4E 57 5B 0 45 F3 54 11
Octal 12 7 116 127 133 0 105 363 124 21
Binary 1010 111 1001110 1010111 1011011 0 1000101 11110011 1010100 10001

Color Harmonies of #0A074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A074E

Black with #0A074E

Text Example


Text Example

White with #0A074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,7,78); }

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

background-color css

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

 a { background-color: rgb(10,7,78); }

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

border-color css

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

 span { border-color: rgb(10,7,78); }

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