Html Css Color HEX #0A004B Midnight Blue

📋 copy color: '#0A004B'

red 10 ◦ green 0 ◦ blue 75

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

Shades of Midnight Blue #0A004B

Tints of Midnight Blue #0A004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 88.24%

R = 11.76%
G = 0%
B = 88.24%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A004B (or 0x0A004B) is known color: Midnight Blue. HEX triplet: 0A, 00 and 4B. RGB value is (10,0,75). Sum of RGB (Red+Green+Blue) = 10+0+75=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 75 (29.69% from 255 or 88.24% from 85); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A004B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A004B is #F5FFB4. Grayscale: #0B0B0B. Windows color (decimal): -16121781 or 4915210. OLE color: 4915210.

HSL color Cylindrical-coordinate representation of color #0A004B: hue angle of 248º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A004B is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 0 75 -
CMYK 0.87 1 0 0.71
HSL 248º 1% 0.15% -
HSV(B) 248º 1% 0.29% -
XYZ 1.4 0.57 6.69 -
YUV 11.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 10 0 75 0.87 1 0 0.71 248 1 0.15
Hex A 0 4B 57 64 0 47 F8 64 F
Octal 12 0 113 127 144 0 107 370 144 17
Binary 1010 0 1001011 1010111 1100100 0 1000111 11111000 1100100 1111

Color Harmonies of #0A004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A004B

Black with #0A004B

Text Example


Text Example

White with #0A004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,75); }

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

background-color css

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

 a { background-color: rgb(10,0,75); }

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

border-color css

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

 span { border-color: rgb(10,0,75); }

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