Html Css Color HEX #0608AD New Midnight Blue

📋 copy color: '#0608AD'

red 6 ◦ green 8 ◦ blue 173

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

Shades of New Midnight Blue #0608AD

Tints of New Midnight Blue #0608AD

RGB

 RED value IS 6 (2.73% from 255) = 3.21%

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 173 (67.97% from 255) = 92.51%

R = 3.21%
G = 4.28%
B = 92.51%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0608AD (or 0x0608AD) is known color: New Midnight Blue. HEX triplet: 06, 08 and AD. RGB value is (6,8,173). Sum of RGB (Red+Green+Blue) = 6+8+173=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 173 (67.97% from 255 or 92.51% from 187); Max value from RGB is 173 - color contains mainly: blue. Hex color #0608AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0608AD is #F9F752. Grayscale: #191919. Windows color (decimal): -16381779 or 11339782. OLE color: 11339782.

HSL color Cylindrical-coordinate representation of color #0608AD: hue angle of 239.28º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0608AD is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 8 173 -
CMYK 0.97 0.95 0 0.32
HSL 239.28º 0.93% 0.35% -
HSV(B) 239.28º 0.97% 0.68% -
XYZ 7.7 3.23 39.75 -
YUV 26.21 210.84 113.58 -
System Red Green Blue C M Y K H S L
Decimal 6 8 173 0.97 0.95 0 0.32 239.28 0.93 0.35
Hex 6 8 AD 61 5F 0 20 EF 5D 23
Octal 6 10 255 141 137 0 40 357 135 43
Binary 110 1000 10101101 1100001 1011111 0 100000 11101111 1011101 100011

Color Harmonies of #0608AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0608AD

Black with #0608AD

Text Example


Text Example

White with #0608AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0608AD; }

 p { color: rgb(6,8,173); }

 H1.HeaderClassName
 {
   color: #0608AD;
 }
 .AnyTagClassName
 {
   color: #0608AD;
 }
</style>

background-color css

<style>
 a { background-color: #0608AD; }

 a { background-color: rgb(6,8,173); }

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

border-color css

<style>
 span { border-color: #0608AD; }

 span { border-color: rgb(6,8,173); }

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