Html Css Color HEX #060A5C Midnight Blue

📋 copy color: '#060A5C'

red 6 ◦ green 10 ◦ blue 92

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

Shades of Midnight Blue #060A5C

Tints of Midnight Blue #060A5C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.26%

 BLUE value IS 92 (36.33% from 255) = 85.19%

R = 5.56%
G = 9.26%
B = 85.19%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#060A5C (or 0x060A5C) is known color: Midnight Blue. HEX triplet: 06, 0A and 5C. RGB value is (6,10,92). Sum of RGB (Red+Green+Blue) = 6+10+92=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 92 (36.33% from 255 or 85.19% from 108); Max value from RGB is 92 - color contains mainly: blue. Hex color #060A5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A5C is #F9F5A3. Grayscale: #111111. Windows color (decimal): -16381348 or 6031878. OLE color: 6031878.

HSL color Cylindrical-coordinate representation of color #060A5C: hue angle of 237.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060A5C is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 10 92 -
CMYK 0.93 0.89 0 0.64
HSL 237.21º 0.88% 0.19% -
HSV(B) 237.21º 0.93% 0.36% -
XYZ 2.12 1.03 10.21 -
YUV 18.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 6 10 92 0.93 0.89 0 0.64 237.21 0.88 0.19
Hex 6 A 5C 5D 59 0 40 ED 58 13
Octal 6 12 134 135 131 0 100 355 130 23
Binary 110 1010 1011100 1011101 1011001 0 1000000 11101101 1011000 10011

Color Harmonies of #060A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A5C

Black with #060A5C

Text Example


Text Example

White with #060A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060A5C; }

 p { color: rgb(6,10,92); }

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

background-color css

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

 a { background-color: rgb(6,10,92); }

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

border-color css

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

 span { border-color: rgb(6,10,92); }

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