Html Css Color HEX #08099C New Midnight Blue

📋 copy color: '#08099C'

red 8 ◦ green 9 ◦ blue 156

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

Shades of New Midnight Blue #08099C

Tints of New Midnight Blue #08099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 156 (61.33% from 255) = 90.17%

R = 4.62%
G = 5.2%
B = 90.17%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08099C (or 0x08099C) is known color: New Midnight Blue. HEX triplet: 08, 09 and 9C. RGB value is (8,9,156). Sum of RGB (Red+Green+Blue) = 8+9+156=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 156 (61.33% from 255 or 90.17% from 173); Max value from RGB is 156 - color contains mainly: blue. Hex color #08099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08099C is #F7F663. Grayscale: #181818. Windows color (decimal): -16250468 or 10225928. OLE color: 10225928.

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

Color convert

RGB 8 9 156 -
CMYK 0.95 0.94 0 0.39
HSL 239.59º 0.9% 0.32% -
HSV(B) 239.59º 0.95% 0.61% -
XYZ 6.2 2.65 31.64 -
YUV 25.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 8 9 156 0.95 0.94 0 0.39 239.59 0.9 0.32
Hex 8 9 9C 5F 5E 0 27 F0 5A 20
Octal 10 11 234 137 136 0 47 360 132 40
Binary 1000 1001 10011100 1011111 1011110 0 100111 11110000 1011010 100000

Color Harmonies of #08099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08099C

Black with #08099C

Text Example


Text Example

White with #08099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08099C; }

 p { color: rgb(8,9,156); }

 H1.HeaderClassName
 {
   color: #08099C;
 }
 .AnyTagClassName
 {
   color: #08099C;
 }
</style>

background-color css

<style>
 a { background-color: #08099C; }

 a { background-color: rgb(8,9,156); }

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

border-color css

<style>
 span { border-color: #08099C; }

 span { border-color: rgb(8,9,156); }

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