Html Css Color HEX #060348 Midnight Blue

📋 copy color: '#060348'

red 6 ◦ green 3 ◦ blue 72

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

Shades of Midnight Blue #060348

Tints of Midnight Blue #060348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 88.89%

R = 7.41%
G = 3.7%
B = 88.89%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#060348 (or 0x060348) is known color: Midnight Blue. HEX triplet: 06, 03 and 48. RGB value is (6,3,72). Sum of RGB (Red+Green+Blue) = 6+3+72=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #060348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060348 is #F9FCB7. Grayscale: #0B0B0B. Windows color (decimal): -16383160 or 4719366. OLE color: 4719366.

HSL color Cylindrical-coordinate representation of color #060348: hue angle of 242.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060348 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 3 72 -
CMYK 0.92 0.96 0 0.72
HSL 242.61º 0.92% 0.15% -
HSV(B) 242.61º 0.96% 0.28% -
XYZ 1.28 0.57 6.17 -
YUV 11.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 6 3 72 0.92 0.96 0 0.72 242.61 0.92 0.15
Hex 6 3 48 5C 60 0 48 F3 5C F
Octal 6 3 110 134 140 0 110 363 134 17
Binary 110 11 1001000 1011100 1100000 0 1001000 11110011 1011100 1111

Color Harmonies of #060348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060348

Black with #060348

Text Example


Text Example

White with #060348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060348; }

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

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

background-color css

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

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

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

border-color css

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

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

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