Html Css Color HEX #060C30 Midnight Express

📋 copy color: '#060C30'

red 6 ◦ green 12 ◦ blue 48

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

Shades of Midnight Express #060C30

Tints of Midnight Express #060C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 72.73%

R = 9.09%
G = 18.18%
B = 72.73%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#060C30 (or 0x060C30) is known color: Midnight Express. HEX triplet: 06, 0C and 30. RGB value is (6,12,48). Sum of RGB (Red+Green+Blue) = 6+12+48=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #060C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C30 is #F9F3CF. Grayscale: #0E0E0E. Windows color (decimal): -16380880 or 3148806. OLE color: 3148806.

HSL color Cylindrical-coordinate representation of color #060C30: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060C30 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 12 48 -
CMYK 0.87 0.75 0 0.81
HSL 231.43º 0.78% 0.11% -
HSV(B) 231.43º 0.88% 0.19% -
XYZ 0.74 0.52 2.86 -
YUV 14.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 6 12 48 0.87 0.75 0 0.81 231.43 0.78 0.11
Hex 6 C 30 57 4B 0 51 E7 4E B
Octal 6 14 60 127 113 0 121 347 116 13
Binary 110 1100 110000 1010111 1001011 0 1010001 11100111 1001110 1011

Color Harmonies of #060C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C30

Black with #060C30

Text Example


Text Example

White with #060C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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