Html Css Color HEX #060350 Midnight Blue

📋 copy color: '#060350'

red 6 ◦ green 3 ◦ blue 80

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

Shades of Midnight Blue #060350

Tints of Midnight Blue #060350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

 BLUE value IS 80 (31.64% from 255) = 89.89%

R = 6.74%
G = 3.37%
B = 89.89%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060350 (or 0x060350) is known color: Midnight Blue. HEX triplet: 06, 03 and 50. RGB value is (6,3,80). Sum of RGB (Red+Green+Blue) = 6+3+80=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #060350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060350 is #F9FCAF. Grayscale: #0C0C0C. Windows color (decimal): -16383152 or 5243654. OLE color: 5243654.

HSL color Cylindrical-coordinate representation of color #060350: hue angle of 242.34º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060350 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 3 80 -
CMYK 0.92 0.96 0 0.69
HSL 242.34º 0.93% 0.16% -
HSV(B) 242.34º 0.96% 0.31% -
XYZ 1.56 0.68 7.64 -
YUV 12.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 6 3 80 0.92 0.96 0 0.69 242.34 0.93 0.16
Hex 6 3 50 5C 60 0 45 F2 5D 10
Octal 6 3 120 134 140 0 105 362 135 20
Binary 110 11 1010000 1011100 1100000 0 1000101 11110010 1011101 10000

Color Harmonies of #060350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060350

Black with #060350

Text Example


Text Example

White with #060350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060350; }

 p { color: rgb(6,3,80); }

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

background-color css

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

 a { background-color: rgb(6,3,80); }

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

border-color css

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

 span { border-color: rgb(6,3,80); }

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