Html Css Color HEX #080BB4 New Midnight Blue

📋 copy color: '#080BB4'

red 8 ◦ green 11 ◦ blue 180

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

Shades of New Midnight Blue #080BB4

Tints of New Midnight Blue #080BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 90.45%

R = 4.02%
G = 5.53%
B = 90.45%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#080BB4 (or 0x080BB4) is known color: New Midnight Blue. HEX triplet: 08, 0B and B4. RGB value is (8,11,180). Sum of RGB (Red+Green+Blue) = 8+11+180=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 180 (70.70% from 255 or 90.45% from 199); Max value from RGB is 180 - color contains mainly: blue. Hex color #080BB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BB4 is #F7F44B. Grayscale: #1C1C1C. Windows color (decimal): -16249932 or 11799304. OLE color: 11799304.

HSL color Cylindrical-coordinate representation of color #080BB4: hue angle of 238.95º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BB4 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 11 180 -
CMYK 0.96 0.94 0 0.29
HSL 238.95º 0.91% 0.37% -
HSV(B) 238.95º 0.96% 0.71% -
XYZ 8.46 3.59 43.43 -
YUV 29.37 213.01 112.76 -
System Red Green Blue C M Y K H S L
Decimal 8 11 180 0.96 0.94 0 0.29 238.95 0.91 0.37
Hex 8 B B4 60 5E 0 1D EF 5B 25
Octal 10 13 264 140 136 0 35 357 133 45
Binary 1000 1011 10110100 1100000 1011110 0 11101 11101111 1011011 100101

Color Harmonies of #080BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BB4

Black with #080BB4

Text Example


Text Example

White with #080BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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