Html Css Color HEX #080B9B New Midnight Blue

📋 copy color: '#080B9B'

red 8 ◦ green 11 ◦ blue 155

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

Shades of New Midnight Blue #080B9B

Tints of New Midnight Blue #080B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

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

R = 4.6%
G = 6.32%
B = 89.08%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#080B9B (or 0x080B9B) is known color: New Midnight Blue. HEX triplet: 08, 0B and 9B. RGB value is (8,11,155). Sum of RGB (Red+Green+Blue) = 8+11+155=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #080B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B9B is #F7F464. Grayscale: #191919. Windows color (decimal): -16249957 or 10160904. OLE color: 10160904.

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

Color convert

RGB 8 11 155 -
CMYK 0.95 0.93 0 0.39
HSL 238.78º 0.9% 0.32% -
HSV(B) 238.78º 0.95% 0.61% -
XYZ 6.14 2.66 31.2 -
YUV 26.52 200.51 114.79 -
System Red Green Blue C M Y K H S L
Decimal 8 11 155 0.95 0.93 0 0.39 238.78 0.9 0.32
Hex 8 B 9B 5F 5D 0 27 EF 5A 20
Octal 10 13 233 137 135 0 47 357 132 40
Binary 1000 1011 10011011 1011111 1011101 0 100111 11101111 1011010 100000

Color Harmonies of #080B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B9B

Black with #080B9B

Text Example


Text Example

White with #080B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080B9B; }

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

 H1.HeaderClassName
 {
   color: #080B9B;
 }
 .AnyTagClassName
 {
   color: #080B9B;
 }
</style>

background-color css

<style>
 a { background-color: #080B9B; }

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

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

border-color css

<style>
 span { border-color: #080B9B; }

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

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