Html Css Color HEX #060C44 Midnight Express

📋 copy color: '#060C44'

red 6 ◦ green 12 ◦ blue 68

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

Shades of Midnight Express #060C44

Tints of Midnight Express #060C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 79.07%

R = 6.98%
G = 13.95%
B = 79.07%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#060C44 (or 0x060C44) is known color: Midnight Express. HEX triplet: 06, 0C and 44. RGB value is (6,12,68). Sum of RGB (Red+Green+Blue) = 6+12+68=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 68 (26.95% from 255 or 79.07% from 86); Max value from RGB is 68 - color contains mainly: blue. Hex color #060C44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C44 is #F9F3BB. Grayscale: #101010. Windows color (decimal): -16380860 or 4459526. OLE color: 4459526.

HSL color Cylindrical-coordinate representation of color #060C44: hue angle of 234.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060C44 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 12 68 -
CMYK 0.91 0.82 0 0.73
HSL 234.19º 0.84% 0.15% -
HSV(B) 234.19º 0.91% 0.27% -
XYZ 1.25 0.72 5.54 -
YUV 16.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 6 12 68 0.91 0.82 0 0.73 234.19 0.84 0.15
Hex 6 C 44 5B 52 0 49 EA 54 F
Octal 6 14 104 133 122 0 111 352 124 17
Binary 110 1100 1000100 1011011 1010010 0 1001001 11101010 1010100 1111

Color Harmonies of #060C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C44

Black with #060C44

Text Example


Text Example

White with #060C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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