Html Css Color HEX #08099B New Midnight Blue

📋 copy color: '#08099B'

red 8 ◦ green 9 ◦ blue 155

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

Shades of New Midnight Blue #08099B

Tints of New Midnight Blue #08099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 4.65%
G = 5.23%
B = 90.12%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08099B (or 0x08099B) is known color: New Midnight Blue. HEX triplet: 08, 09 and 9B. RGB value is (8,9,155). Sum of RGB (Red+Green+Blue) = 8+9+155=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 155 (60.94% from 255 or 90.12% from 172); Max value from RGB is 155 - color contains mainly: blue. Hex color #08099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08099B is #F7F664. Grayscale: #181818. Windows color (decimal): -16250469 or 10160392. OLE color: 10160392.

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

Color convert

RGB 8 9 155 -
CMYK 0.95 0.94 0 0.39
HSL 239.59º 0.9% 0.32% -
HSV(B) 239.59º 0.95% 0.61% -
XYZ 6.11 2.61 31.19 -
YUV 25.35 201.17 115.63 -
System Red Green Blue C M Y K H S L
Decimal 8 9 155 0.95 0.94 0 0.39 239.59 0.9 0.32
Hex 8 9 9B 5F 5E 0 27 F0 5A 20
Octal 10 11 233 137 136 0 47 360 132 40
Binary 1000 1001 10011011 1011111 1011110 0 100111 11110000 1011010 100000

Color Harmonies of #08099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08099B

Black with #08099B

Text Example


Text Example

White with #08099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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