Html Css Color HEX #08139F New Midnight Blue

📋 copy color: '#08139F'

red 8 ◦ green 19 ◦ blue 159

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

Shades of New Midnight Blue #08139F

Tints of New Midnight Blue #08139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

 BLUE value IS 159 (62.5% from 255) = 85.48%

R = 4.3%
G = 10.22%
B = 85.48%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08139F (or 0x08139F) is known color: New Midnight Blue. HEX triplet: 08, 13 and 9F. RGB value is (8,19,159). Sum of RGB (Red+Green+Blue) = 8+19+159=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 159 (62.5% from 255 or 85.48% from 186); Max value from RGB is 159 - color contains mainly: blue. Hex color #08139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08139F is #F7EC60. Grayscale: #1F1F1F. Windows color (decimal): -16247905 or 10425096. OLE color: 10425096.

HSL color Cylindrical-coordinate representation of color #08139F: hue angle of 235.63º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08139F is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 19 159 -
CMYK 0.95 0.88 0 0.38
HSL 235.63º 0.9% 0.33% -
HSV(B) 235.63º 0.95% 0.62% -
XYZ 6.59 3.02 33.04 -
YUV 31.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 8 19 159 0.95 0.88 0 0.38 235.63 0.9 0.33
Hex 8 13 9F 5F 58 0 26 EC 5A 21
Octal 10 23 237 137 130 0 46 354 132 41
Binary 1000 10011 10011111 1011111 1011000 0 100110 11101100 1011010 100001

Color Harmonies of #08139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08139F

Black with #08139F

Text Example


Text Example

White with #08139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08139F; }

 p { color: rgb(8,19,159); }

 H1.HeaderClassName
 {
   color: #08139F;
 }
 .AnyTagClassName
 {
   color: #08139F;
 }
</style>

background-color css

<style>
 a { background-color: #08139F; }

 a { background-color: rgb(8,19,159); }

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

border-color css

<style>
 span { border-color: #08139F; }

 span { border-color: rgb(8,19,159); }

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