Html Css Color HEX #08059D New Midnight Blue

📋 copy color: '#08059D'

red 8 ◦ green 5 ◦ blue 157

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

Shades of New Midnight Blue #08059D

Tints of New Midnight Blue #08059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 157 (61.72% from 255) = 92.35%

R = 4.71%
G = 2.94%
B = 92.35%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08059D (or 0x08059D) is known color: New Midnight Blue. HEX triplet: 08, 05 and 9D. RGB value is (8,5,157). Sum of RGB (Red+Green+Blue) = 8+5+157=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #08059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08059D is #F7FA62. Grayscale: #161616. Windows color (decimal): -16251491 or 10290440. OLE color: 10290440.

HSL color Cylindrical-coordinate representation of color #08059D: hue angle of 241.18º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08059D is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 5 157 -
CMYK 0.95 0.97 0 0.38
HSL 241.18º 0.94% 0.32% -
HSV(B) 241.18º 0.97% 0.62% -
XYZ 6.24 2.59 32.07 -
YUV 23.23 203.49 117.14 -
System Red Green Blue C M Y K H S L
Decimal 8 5 157 0.95 0.97 0 0.38 241.18 0.94 0.32
Hex 8 5 9D 5F 61 0 26 F1 5E 20
Octal 10 5 235 137 141 0 46 361 136 40
Binary 1000 101 10011101 1011111 1100001 0 100110 11110001 1011110 100000

Color Harmonies of #08059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08059D

Black with #08059D

Text Example


Text Example

White with #08059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08059D; }

 p { color: rgb(8,5,157); }

 H1.HeaderClassName
 {
   color: #08059D;
 }
 .AnyTagClassName
 {
   color: #08059D;
 }
</style>

background-color css

<style>
 a { background-color: #08059D; }

 a { background-color: rgb(8,5,157); }

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

border-color css

<style>
 span { border-color: #08059D; }

 span { border-color: rgb(8,5,157); }

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