Html Css Color HEX #08089B New Midnight Blue

📋 copy color: '#08089B'

red 8 ◦ green 8 ◦ blue 155

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

Shades of New Midnight Blue #08089B

Tints of New Midnight Blue #08089B

RGB

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

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

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

R = 4.68%
G = 4.68%
B = 90.64%

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

#08089B (or 0x08089B) is known color: New Midnight Blue. HEX triplet: 08, 08 and 9B. RGB value is (8,8,155). Sum of RGB (Red+Green+Blue) = 8+8+155=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #08089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08089B is #F7F764. Grayscale: #181818. Windows color (decimal): -16250725 or 10160136. OLE color: 10160136.

HSL color Cylindrical-coordinate representation of color #08089B: hue angle of 240º degrees, saturation: 0.9, 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 #08089B is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 8 155 -
CMYK 0.95 0.95 0 0.39
HSL 240º 0.9% 0.32% -
HSV(B) 240º 0.95% 0.61% -
XYZ 6.1 2.59 31.19 -
YUV 24.76 201.5 116.05 -
System Red Green Blue C M Y K H S L
Decimal 8 8 155 0.95 0.95 0 0.39 240 0.9 0.32
Hex 8 8 9B 5F 5F 0 27 F0 5A 20
Octal 10 10 233 137 137 0 47 360 132 40
Binary 1000 1000 10011011 1011111 1011111 0 100111 11110000 1011010 100000

Color Harmonies of #08089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08089B

Black with #08089B

Text Example


Text Example

White with #08089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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