Html Css Color HEX #060299 New Midnight Blue

📋 copy color: '#060299'

red 6 ◦ green 2 ◦ blue 153

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

Shades of New Midnight Blue #060299

Tints of New Midnight Blue #060299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

 BLUE value IS 153 (60.16% from 255) = 95.03%

R = 3.73%
G = 1.24%
B = 95.03%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#060299 (or 0x060299) is known color: New Midnight Blue. HEX triplet: 06, 02 and 99. RGB value is (6,2,153). Sum of RGB (Red+Green+Blue) = 6+2+153=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 153 (60.16% from 255 or 95.03% from 161); Max value from RGB is 153 - color contains mainly: blue. Hex color #060299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060299 is #F9FD66. Grayscale: #131313. Windows color (decimal): -16383335 or 10027526. OLE color: 10027526.

HSL color Cylindrical-coordinate representation of color #060299: hue angle of 241.59º degrees, saturation: 0.97, 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 #060299 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 2 153 -
CMYK 0.96 0.99 0 0.4
HSL 241.59º 0.97% 0.3% -
HSV(B) 241.59º 0.99% 0.6% -
XYZ 5.85 2.38 30.29 -
YUV 20.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 6 2 153 0.96 0.99 0 0.4 241.59 0.97 0.3
Hex 6 2 99 60 63 0 28 F2 61 1E
Octal 6 2 231 140 143 0 50 362 141 36
Binary 110 10 10011001 1100000 1100011 0 101000 11110010 1100001 11110

Color Harmonies of #060299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060299

Black with #060299

Text Example


Text Example

White with #060299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060299; }

 p { color: rgb(6,2,153); }

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

background-color css

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

 a { background-color: rgb(6,2,153); }

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

border-color css

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

 span { border-color: rgb(6,2,153); }

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