Html Css Color HEX #060053 Midnight Blue

📋 copy color: '#060053'

red 6 ◦ green 0 ◦ blue 83

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

Shades of Midnight Blue #060053

Tints of Midnight Blue #060053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 93.26%

R = 6.74%
G = 0%
B = 93.26%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060053 (or 0x060053) is known color: Midnight Blue. HEX triplet: 06, 00 and 53. RGB value is (6,0,83). Sum of RGB (Red+Green+Blue) = 6+0+83=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 83 (32.81% from 255 or 93.26% from 89); Max value from RGB is 83 - color contains mainly: blue. Hex color #060053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060053 is #F9FFAC. Grayscale: #0A0A0A. Windows color (decimal): -16383917 or 5439494. OLE color: 5439494.

HSL color Cylindrical-coordinate representation of color #060053: hue angle of 244.34º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060053 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 0 83 -
CMYK 0.93 1 0 0.67
HSL 244.34º 1% 0.16% -
HSV(B) 244.34º 1% 0.33% -
XYZ 1.64 0.66 8.23 -
YUV 11.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 6 0 83 0.93 1 0 0.67 244.34 1 0.16
Hex 6 0 53 5D 64 0 43 F4 64 10
Octal 6 0 123 135 144 0 103 364 144 20
Binary 110 0 1010011 1011101 1100100 0 1000011 11110100 1100100 10000

Color Harmonies of #060053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060053

Black with #060053

Text Example


Text Example

White with #060053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060053; }

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

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

background-color css

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

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

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

border-color css

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

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

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