Html Css Color HEX #08029D New Midnight Blue

📋 copy color: '#08029D'

red 8 ◦ green 2 ◦ blue 157

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

Shades of New Midnight Blue #08029D

Tints of New Midnight Blue #08029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 157 (61.72% from 255) = 94.01%

R = 4.79%
G = 1.2%
B = 94.01%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08029D (or 0x08029D) is known color: New Midnight Blue. HEX triplet: 08, 02 and 9D. RGB value is (8,2,157). Sum of RGB (Red+Green+Blue) = 8+2+157=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 157 (61.72% from 255 or 94.01% from 167); Max value from RGB is 157 - color contains mainly: blue. Hex color #08029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08029D is #F7FD62. Grayscale: #141414. Windows color (decimal): -16252259 or 10289672. OLE color: 10289672.

HSL color Cylindrical-coordinate representation of color #08029D: hue angle of 242.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08029D is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 2 157 -
CMYK 0.95 0.99 0 0.38
HSL 242.32º 0.97% 0.31% -
HSV(B) 242.32º 0.99% 0.62% -
XYZ 6.21 2.53 32.06 -
YUV 21.46 204.49 118.4 -
System Red Green Blue C M Y K H S L
Decimal 8 2 157 0.95 0.99 0 0.38 242.32 0.97 0.31
Hex 8 2 9D 5F 63 0 26 F2 61 1F
Octal 10 2 235 137 143 0 46 362 141 37
Binary 1000 10 10011101 1011111 1100011 0 100110 11110010 1100001 11111

Color Harmonies of #08029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08029D

Black with #08029D

Text Example


Text Example

White with #08029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08029D; }

 p { color: rgb(8,2,157); }

 H1.HeaderClassName
 {
   color: #08029D;
 }
 .AnyTagClassName
 {
   color: #08029D;
 }
</style>

background-color css

<style>
 a { background-color: #08029D; }

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

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

border-color css

<style>
 span { border-color: #08029D; }

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

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