Html Css Color HEX #0C063C Midnight Express

📋 copy color: '#0C063C'

red 12 ◦ green 6 ◦ blue 60

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

Shades of Midnight Express #0C063C

Tints of Midnight Express #0C063C

RGB

 RED value IS 12 (5.08% from 255) = 15.38%

 GREEN value IS 6 (2.73% from 255) = 7.69%

 BLUE value IS 60 (23.83% from 255) = 76.92%

R = 15.38%
G = 7.69%
B = 76.92%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C063C (or 0x0C063C) is known color: Midnight Express. HEX triplet: 0C, 06 and 3C. RGB value is (12,6,60). Sum of RGB (Red+Green+Blue) = 12+6+60=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C063C is #F3F9C3. Grayscale: #0D0D0D. Windows color (decimal): -15989188 or 3933708. OLE color: 3933708.

HSL color Cylindrical-coordinate representation of color #0C063C: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C063C is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 6 60 -
CMYK 0.80 0.90 0 0.76
HSL 246.67º 0.82% 0.13% -
HSV(B) 246.67º 0.9% 0.24% -
XYZ 1.03 0.53 4.32 -
YUV 13.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 12 6 60 0.80 0.90 0 0.76 246.67 0.82 0.13
Hex C 6 3C 50 5A 0 4C F7 52 D
Octal 14 6 74 120 132 0 114 367 122 15
Binary 1100 110 111100 1010000 1011010 0 1001100 11110111 1010010 1101

Color Harmonies of #0C063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C063C

Black with #0C063C

Text Example


Text Example

White with #0C063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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