Html Css Color HEX #060F3F Midnight Express

📋 copy color: '#060F3F'

red 6 ◦ green 15 ◦ blue 63

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

Shades of Midnight Express #060F3F

Tints of Midnight Express #060F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.86%

 BLUE value IS 63 (25% from 255) = 75%

R = 7.14%
G = 17.86%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#060F3F (or 0x060F3F) is known color: Midnight Express. HEX triplet: 06, 0F and 3F. RGB value is (6,15,63). Sum of RGB (Red+Green+Blue) = 6+15+63=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 63 (25% from 255 or 75% from 84); Max value from RGB is 63 - color contains mainly: blue. Hex color #060F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F3F is #F9F0C0. Grayscale: #111111. Windows color (decimal): -16380097 or 4132614. OLE color: 4132614.

HSL color Cylindrical-coordinate representation of color #060F3F: hue angle of 230.53º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060F3F is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 15 63 -
CMYK 0.90 0.76 0 0.75
HSL 230.53º 0.83% 0.14% -
HSV(B) 230.53º 0.9% 0.25% -
XYZ 1.14 0.74 4.79 -
YUV 17.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 6 15 63 0.90 0.76 0 0.75 230.53 0.83 0.14
Hex 6 F 3F 5A 4C 0 4B E7 53 E
Octal 6 17 77 132 114 0 113 347 123 16
Binary 110 1111 111111 1011010 1001100 0 1001011 11100111 1010011 1110

Color Harmonies of #060F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F3F

Black with #060F3F

Text Example


Text Example

White with #060F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,15,63); }

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

background-color css

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

 a { background-color: rgb(6,15,63); }

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

border-color css

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

 span { border-color: rgb(6,15,63); }

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