Html Css Color HEX #08009B New Midnight Blue

📋 copy color: '#08009B'

red 8 ◦ green 0 ◦ blue 155

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

Shades of New Midnight Blue #08009B

Tints of New Midnight Blue #08009B

RGB

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

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

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

R = 4.91%
G = 0%
B = 95.09%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08009B (or 0x08009B) is known color: New Midnight Blue. HEX triplet: 08, 00 and 9B. RGB value is (8,0,155). Sum of RGB (Red+Green+Blue) = 8+0+155=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 155 (60.94% from 255 or 95.09% from 163); Max value from RGB is 155 - color contains mainly: blue. Hex color #08009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08009B is #F7FF64. Grayscale: #131313. Windows color (decimal): -16252773 or 10158088. OLE color: 10158088.

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

Color convert

RGB 8 0 155 -
CMYK 0.95 1 0 0.39
HSL 243.1º 1% 0.3% -
HSV(B) 243.1º 1% 0.61% -
XYZ 6.02 2.42 31.16 -
YUV 20.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 8 0 155 0.95 1 0 0.39 243.1 1 0.3
Hex 8 0 9B 5F 64 0 27 F3 64 1E
Octal 10 0 233 137 144 0 47 363 144 36
Binary 1000 0 10011011 1011111 1100100 0 100111 11110011 1100100 11110

Color Harmonies of #08009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08009B

Black with #08009B

Text Example


Text Example

White with #08009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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