Html Css Color HEX #060098 New Midnight Blue

📋 copy color: '#060098'

red 6 ◦ green 0 ◦ blue 152

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

Shades of New Midnight Blue #060098

Tints of New Midnight Blue #060098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 152 (59.77% from 255) = 96.2%

R = 3.8%
G = 0%
B = 96.2%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#060098 (or 0x060098) is known color: New Midnight Blue. HEX triplet: 06, 00 and 98. RGB value is (6,0,152). Sum of RGB (Red+Green+Blue) = 6+0+152=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 152 (59.77% from 255 or 96.20% from 158); Max value from RGB is 152 - color contains mainly: blue. Hex color #060098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060098 is #F9FF67. Grayscale: #121212. Windows color (decimal): -16383848 or 9961478. OLE color: 9961478.

HSL color Cylindrical-coordinate representation of color #060098: hue angle of 242.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060098 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 0 152 -
CMYK 0.96 1 0 0.40
HSL 242.37º 1% 0.3% -
HSV(B) 242.37º 1% 0.6% -
XYZ 5.74 2.31 29.85 -
YUV 19.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 6 0 152 0.96 1 0 0.40 242.37 1 0.3
Hex 6 0 98 60 64 0 28 F2 64 1E
Octal 6 0 230 140 144 0 50 362 144 36
Binary 110 0 10011000 1100000 1100100 0 101000 11110010 1100100 11110

Color Harmonies of #060098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060098

Black with #060098

Text Example


Text Example

White with #060098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060098; }

 p { color: rgb(6,0,152); }

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

background-color css

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

 a { background-color: rgb(6,0,152); }

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

border-color css

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

 span { border-color: rgb(6,0,152); }

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