Html Css Color HEX #00075B Midnight Blue

📋 copy color: '#00075B'

red 0 ◦ green 7 ◦ blue 91

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

Shades of Midnight Blue #00075B

Tints of Midnight Blue #00075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 92.86%

R = 0%
G = 7.14%
B = 92.86%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00075B (or 0x00075B) is known color: Midnight Blue. HEX triplet: 00, 07 and 5B. RGB value is (0,7,91). Sum of RGB (Red+Green+Blue) = 0+7+91=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 91 (35.94% from 255 or 92.86% from 98); Max value from RGB is 91 - color contains mainly: blue. Hex color #00075B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075B is #FFF8A4. Grayscale: #0E0E0E. Windows color (decimal): -16775333 or 5965568. OLE color: 5965568.

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

Color convert

RGB 0 7 91 -
CMYK 1 0.92 0 0.64
HSL 235.38º 1% 0.18% -
HSV(B) 235.38º 1% 0.36% -
XYZ 1.96 0.91 9.97 -
YUV 14.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 0 7 91 1 0.92 0 0.64 235.38 1 0.18
Hex 0 7 5B 64 5C 0 40 EB 64 12
Octal 0 7 133 144 134 0 100 353 144 22
Binary 0 111 1011011 1100100 1011100 0 1000000 11101011 1100100 10010

Color Harmonies of #00075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00075B

Black with #00075B

Text Example


Text Example

White with #00075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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