Html Css Color HEX #07089B New Midnight Blue

📋 copy color: '#07089B'

red 7 ◦ green 8 ◦ blue 155

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

Shades of New Midnight Blue #07089B

Tints of New Midnight Blue #07089B

RGB

 RED value IS 7 (3.13% from 255) = 4.12%

 GREEN value IS 8 (3.52% from 255) = 4.71%

 BLUE value IS 155 (60.94% from 255) = 91.18%

R = 4.12%
G = 4.71%
B = 91.18%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07089B (or 0x07089B) is known color: New Midnight Blue. HEX triplet: 07, 08 and 9B. RGB value is (7,8,155). Sum of RGB (Red+Green+Blue) = 7+8+155=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #07089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07089B is #F8F764. Grayscale: #171717. Windows color (decimal): -16316261 or 10160135. OLE color: 10160135.

HSL color Cylindrical-coordinate representation of color #07089B: hue angle of 239.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07089B is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 8 155 -
CMYK 0.95 0.95 0 0.39
HSL 239.59º 0.91% 0.32% -
HSV(B) 239.59º 0.95% 0.61% -
XYZ 6.09 2.59 31.19 -
YUV 24.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 7 8 155 0.95 0.95 0 0.39 239.59 0.91 0.32
Hex 7 8 9B 5F 5F 0 27 F0 5B 20
Octal 7 10 233 137 137 0 47 360 133 40
Binary 111 1000 10011011 1011111 1011111 0 100111 11110000 1011011 100000

Color Harmonies of #07089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07089B

Black with #07089B

Text Example


Text Example

White with #07089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,8,155); }

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

background-color css

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

 a { background-color: rgb(7,8,155); }

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

border-color css

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

 span { border-color: rgb(7,8,155); }

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