Html Css Color HEX #060198 New Midnight Blue

📋 copy color: '#060198'

red 6 ◦ green 1 ◦ blue 152

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

Shades of New Midnight Blue #060198

Tints of New Midnight Blue #060198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 3.77%
G = 0.63%
B = 95.6%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#060198 (or 0x060198) is known color: New Midnight Blue. HEX triplet: 06, 01 and 98. RGB value is (6,1,152). Sum of RGB (Red+Green+Blue) = 6+1+152=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 152 (59.77% from 255 or 95.60% from 159); Max value from RGB is 152 - color contains mainly: blue. Hex color #060198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060198 is #F9FE67. Grayscale: #131313. Windows color (decimal): -16383592 or 9961734. OLE color: 9961734.

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

Color convert

RGB 6 1 152 -
CMYK 0.96 0.99 0 0.40
HSL 241.99º 0.99% 0.3% -
HSV(B) 241.99º 0.99% 0.6% -
XYZ 5.75 2.33 29.85 -
YUV 19.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 6 1 152 0.96 0.99 0 0.40 241.99 0.99 0.3
Hex 6 1 98 60 63 0 28 F2 63 1E
Octal 6 1 230 140 143 0 50 362 143 36
Binary 110 1 10011000 1100000 1100011 0 101000 11110010 1100011 11110

Color Harmonies of #060198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060198

Black with #060198

Text Example


Text Example

White with #060198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060198; }

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

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

background-color css

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

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

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

border-color css

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

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

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