Html Css Color HEX #00075A Midnight Blue

📋 copy color: '#00075A'

red 0 ◦ green 7 ◦ blue 90

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

Shades of Midnight Blue #00075A

Tints of Midnight Blue #00075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 92.78%

R = 0%
G = 7.22%
B = 92.78%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00075A (or 0x00075A) is known color: Midnight Blue. HEX triplet: 00, 07 and 5A. RGB value is (0,7,90). Sum of RGB (Red+Green+Blue) = 0+7+90=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 90 (35.55% from 255 or 92.78% from 97); Max value from RGB is 90 - color contains mainly: blue. Hex color #00075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075A is #FFF8A5. Grayscale: #0E0E0E. Windows color (decimal): -16775334 or 5900032. OLE color: 5900032.

HSL color Cylindrical-coordinate representation of color #00075A: hue angle of 235.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00075A is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 7 90 -
CMYK 1 0.92 0 0.65
HSL 235.33º 1% 0.18% -
HSV(B) 235.33º 1% 0.35% -
XYZ 1.92 0.89 9.74 -
YUV 14.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 0 7 90 1 0.92 0 0.65 235.33 1 0.18
Hex 0 7 5A 64 5C 0 41 EB 64 12
Octal 0 7 132 144 134 0 101 353 144 22
Binary 0 111 1011010 1100100 1011100 0 1000001 11101011 1100100 10010

Color Harmonies of #00075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00075A

Black with #00075A

Text Example


Text Example

White with #00075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00075A; }

 p { color: rgb(0,7,90); }

 H1.HeaderClassName
 {
   color: #00075A;
 }
 .AnyTagClassName
 {
   color: #00075A;
 }
</style>

background-color css

<style>
 a { background-color: #00075A; }

 a { background-color: rgb(0,7,90); }

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

border-color css

<style>
 span { border-color: #00075A; }

 span { border-color: rgb(0,7,90); }

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