Html Css Color HEX #08129B New Midnight Blue

📋 copy color: '#08129B'

red 8 ◦ green 18 ◦ blue 155

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

Shades of New Midnight Blue #08129B

Tints of New Midnight Blue #08129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 4.42%
G = 9.94%
B = 85.64%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08129B (or 0x08129B) is known color: New Midnight Blue. HEX triplet: 08, 12 and 9B. RGB value is (8,18,155). Sum of RGB (Red+Green+Blue) = 8+18+155=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #08129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08129B is #F7ED64. Grayscale: #1E1E1E. Windows color (decimal): -16248165 or 10162696. OLE color: 10162696.

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

Color convert

RGB 8 18 155 -
CMYK 0.95 0.88 0 0.39
HSL 235.92º 0.9% 0.32% -
HSV(B) 235.92º 0.95% 0.61% -
XYZ 6.23 2.85 31.23 -
YUV 30.63 198.19 111.86 -
System Red Green Blue C M Y K H S L
Decimal 8 18 155 0.95 0.88 0 0.39 235.92 0.9 0.32
Hex 8 12 9B 5F 58 0 27 EC 5A 20
Octal 10 22 233 137 130 0 47 354 132 40
Binary 1000 10010 10011011 1011111 1011000 0 100111 11101100 1011010 100000

Color Harmonies of #08129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08129B

Black with #08129B

Text Example


Text Example

White with #08129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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