Html Css Color HEX #060C38 Midnight Express

📋 copy color: '#060C38'

red 6 ◦ green 12 ◦ blue 56

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

Shades of Midnight Express #060C38

Tints of Midnight Express #060C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.22%

 BLUE value IS 56 (22.27% from 255) = 75.68%

R = 8.11%
G = 16.22%
B = 75.68%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#060C38 (or 0x060C38) is known color: Midnight Express. HEX triplet: 06, 0C and 38. RGB value is (6,12,56). Sum of RGB (Red+Green+Blue) = 6+12+56=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #060C38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C38 is #F9F3C7. Grayscale: #0F0F0F. Windows color (decimal): -16380872 or 3673094. OLE color: 3673094.

HSL color Cylindrical-coordinate representation of color #060C38: hue angle of 232.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060C38 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 12 56 -
CMYK 0.89 0.79 0 0.78
HSL 232.8º 0.81% 0.12% -
HSV(B) 232.8º 0.89% 0.22% -
XYZ 0.92 0.59 3.81 -
YUV 15.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 6 12 56 0.89 0.79 0 0.78 232.8 0.81 0.12
Hex 6 C 38 59 4F 0 4E E9 51 C
Octal 6 14 70 131 117 0 116 351 121 14
Binary 110 1100 111000 1011001 1001111 0 1001110 11101001 1010001 1100

Color Harmonies of #060C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C38

Black with #060C38

Text Example


Text Example

White with #060C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,56); }

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

background-color css

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

 a { background-color: rgb(6,12,56); }

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

border-color css

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

 span { border-color: rgb(6,12,56); }

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