Html Css Color HEX #060A52 Midnight Blue

📋 copy color: '#060A52'

red 6 ◦ green 10 ◦ blue 82

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

Shades of Midnight Blue #060A52

Tints of Midnight Blue #060A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 83.67%

R = 6.12%
G = 10.2%
B = 83.67%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#060A52 (or 0x060A52) is known color: Midnight Blue. HEX triplet: 06, 0A and 52. RGB value is (6,10,82). Sum of RGB (Red+Green+Blue) = 6+10+82=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 82 (32.42% from 255 or 83.67% from 98); Max value from RGB is 82 - color contains mainly: blue. Hex color #060A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A52 is #F9F5AD. Grayscale: #101010. Windows color (decimal): -16381358 or 5376518. OLE color: 5376518.

HSL color Cylindrical-coordinate representation of color #060A52: hue angle of 236.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060A52 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 10 82 -
CMYK 0.93 0.88 0 0.68
HSL 236.84º 0.86% 0.17% -
HSV(B) 236.84º 0.93% 0.32% -
XYZ 1.71 0.86 8.06 -
YUV 17.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 6 10 82 0.93 0.88 0 0.68 236.84 0.86 0.17
Hex 6 A 52 5D 58 0 44 ED 56 11
Octal 6 12 122 135 130 0 104 355 126 21
Binary 110 1010 1010010 1011101 1011000 0 1000100 11101101 1010110 10001

Color Harmonies of #060A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A52

Black with #060A52

Text Example


Text Example

White with #060A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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