Html Css Color HEX #060249 Midnight Blue

📋 copy color: '#060249'

red 6 ◦ green 2 ◦ blue 73

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

Shades of Midnight Blue #060249

Tints of Midnight Blue #060249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 90.12%

R = 7.41%
G = 2.47%
B = 90.12%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#060249 (or 0x060249) is known color: Midnight Blue. HEX triplet: 06, 02 and 49. RGB value is (6,2,73). Sum of RGB (Red+Green+Blue) = 6+2+73=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 73 (28.91% from 255 or 90.12% from 81); Max value from RGB is 73 - color contains mainly: blue. Hex color #060249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060249 is #F9FDB6. Grayscale: #0B0B0B. Windows color (decimal): -16383415 or 4784646. OLE color: 4784646.

HSL color Cylindrical-coordinate representation of color #060249: hue angle of 243.38º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060249 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 2 73 -
CMYK 0.92 0.97 0 0.71
HSL 243.38º 0.95% 0.15% -
HSV(B) 243.38º 0.97% 0.29% -
XYZ 1.3 0.56 6.34 -
YUV 11.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 6 2 73 0.92 0.97 0 0.71 243.38 0.95 0.15
Hex 6 2 49 5C 61 0 47 F3 5F F
Octal 6 2 111 134 141 0 107 363 137 17
Binary 110 10 1001001 1011100 1100001 0 1000111 11110011 1011111 1111

Color Harmonies of #060249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060249

Black with #060249

Text Example


Text Example

White with #060249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060249; }

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

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

background-color css

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

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

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

border-color css

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

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

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