Html Css Color HEX #060450 Midnight Blue

📋 copy color: '#060450'

red 6 ◦ green 4 ◦ blue 80

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

Shades of Midnight Blue #060450

Tints of Midnight Blue #060450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

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

R = 6.67%
G = 4.44%
B = 88.89%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060450 (or 0x060450) is known color: Midnight Blue. HEX triplet: 06, 04 and 50. RGB value is (6,4,80). Sum of RGB (Red+Green+Blue) = 6+4+80=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 80 (31.64% from 255 or 88.89% from 90); Max value from RGB is 80 - color contains mainly: blue. Hex color #060450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060450 is #F9FBAF. Grayscale: #0C0C0C. Windows color (decimal): -16382896 or 5243910. OLE color: 5243910.

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

Color convert

RGB 6 4 80 -
CMYK 0.92 0.95 0 0.69
HSL 241.58º 0.9% 0.16% -
HSV(B) 241.58º 0.95% 0.31% -
XYZ 1.57 0.7 7.64 -
YUV 13.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 6 4 80 0.92 0.95 0 0.69 241.58 0.9 0.16
Hex 6 4 50 5C 5F 0 45 F2 5A 10
Octal 6 4 120 134 137 0 105 362 132 20
Binary 110 100 1010000 1011100 1011111 0 1000101 11110010 1011010 10000

Color Harmonies of #060450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060450

Black with #060450

Text Example


Text Example

White with #060450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060450; }

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

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

background-color css

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

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

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

border-color css

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

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

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